remove console logging

context-store
Alfred Melch 5 years ago
parent ac3700e5ff
commit 6b83912973

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

Loading…
Cancel
Save