remove console logging
This commit is contained in:
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…
Reference in New Issue
Block a user