Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Aug 31, 2024
1 parent ba8b3ec commit 4ce84ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/CameraFeed/StillWatching.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ const useStillWatching = (config: StillWatchingConfig) => {
}
}, [promptDuration, remainingTime]);

console.log({ remainingTime, state });

return {
state,
remainingTime,
Expand Down

0 comments on commit 4ce84ac

Please sign in to comment.