Skip to content

Commit

Permalink
main 🧊 delete log
Browse files Browse the repository at this point in the history
  • Loading branch information
debabin committed Oct 31, 2024
1 parent f8e5879 commit 7d04d8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hooks/useDeviceOrientation/useDeviceOrientation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const useDeviceOrientation = (): UseDeviceOrientationReturn => {
});

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

const onDeviceOrientation = (event: DeviceOrientationEvent) =>
Expand Down

0 comments on commit 7d04d8f

Please sign in to comment.