Skip to content

Commit 7d04d8f

Browse files
committed
main 🧊 delete log
1 parent f8e5879 commit 7d04d8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/hooks/useDeviceOrientation/useDeviceOrientation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ export const useDeviceOrientation = (): UseDeviceOrientationReturn => {
4141
});
4242

4343
useEffect(() => {
44-
console.log('@@@@@@', window, 'DeviceOrientationEvent' in window);
4544
if (!supported) return;
4645

4746
const onDeviceOrientation = (event: DeviceOrientationEvent) =>

0 commit comments

Comments
 (0)