mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-20 12:49:32 +00:00
🔇 Removing console.log
This commit is contained in:
committed by
GitHub
parent
8b89d49443
commit
7f90b23778
@@ -11,8 +11,6 @@ export default function({url}) {
|
|||||||
const [showButtonRate, setShowButtonRate] = useState(false);
|
const [showButtonRate, setShowButtonRate] = useState(false);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
console.log('set-ar', audioRate);
|
|
||||||
|
|
||||||
audioRef.current.playbackRate = audioRate;
|
audioRef.current.playbackRate = audioRate;
|
||||||
localStorage.setItem(LS_NAME, audioRate);
|
localStorage.setItem(LS_NAME, audioRate);
|
||||||
}, [audioRate]);
|
}, [audioRate]);
|
||||||
@@ -50,8 +48,6 @@ export default function({url}) {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('new-ar', newRate);
|
|
||||||
|
|
||||||
setAudioRate(newRate);
|
setAudioRate(newRate);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user