Skip to content

Commit c11656d

Browse files
committed
Remove logs
1 parent 1c13a4f commit c11656d

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ export function useIdle(ms = 1000 * 60) {
445445
};
446446

447447
const handleEvent = throttle((e) => {
448-
console.log("EVENT");
449448
setIdle(false);
450449

451450
window.clearTimeout(timeoutId);
@@ -784,8 +783,6 @@ export function useMouse() {
784783
};
785784
}, []);
786785

787-
console.log({ state });
788-
789786
return [state, ref];
790787
}
791788

@@ -1150,7 +1147,6 @@ export function useSpeech(text, options) {
11501147
utterance.onpause = handlePause;
11511148
utterance.onresume = handlePlay;
11521149
utterance.onend = handleEnd;
1153-
console.log("ayy", text);
11541150
window.speechSynthesis.speak(utterance);
11551151
}, [text]);
11561152

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)