Skip to content

Commit 6c1bcc0

Browse files
Remove console log statement in Sidebar component's useEffect hook.
1 parent e849bcb commit 6c1bcc0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/components/Sidebar/Sidebar.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ const Sidebar = (): JSX.Element => {
7575

7676
useEffect(() => {
7777
setIsLoading(appStateContext?.state.isGenerating)
78-
console.log(appStateContext?.state.isGenerating)
7978
}, [appStateContext?.state.isGenerating])
8079

8180
// determine url from react-router-dom

0 commit comments

Comments
 (0)