remove console logging

This commit is contained in:
Alfred Melch 2020-02-01 09:23:39 +01:00
parent ac3700e5ff
commit 6b83912973

View File

@ -12,7 +12,6 @@ export const Player = ({ onTick, onStart, onStop, onPause, delay }) => {
const handleStart = () => {
safeCall(onStart)
start()
console.log('yay')
}
const handleStop = () => {