diff --git a/src/Components/CameraFeed/StillWatching.tsx b/src/Components/CameraFeed/StillWatching.tsx index 531119b5983..14255aa0d93 100644 --- a/src/Components/CameraFeed/StillWatching.tsx +++ b/src/Components/CameraFeed/StillWatching.tsx @@ -42,8 +42,6 @@ const useStillWatching = (config: StillWatchingConfig) => { } }, [promptDuration, remainingTime]); - console.log({ remainingTime, state }); - return { state, remainingTime,