mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-17 19:37:02 +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);
|
||||
|
||||
useEffect(() => {
|
||||
console.log('set-ar', audioRate);
|
||||
|
||||
audioRef.current.playbackRate = audioRate;
|
||||
localStorage.setItem(LS_NAME, audioRate);
|
||||
}, [audioRate]);
|
||||
@@ -49,8 +47,6 @@ export default function({url}) {
|
||||
newRate = 1;
|
||||
break;
|
||||
}
|
||||
|
||||
console.log('new-ar', newRate);
|
||||
|
||||
setAudioRate(newRate);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user