Skip to content

Commit 3a25305

Browse files
committed
removed logs
1 parent f274edd commit 3a25305

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/modules/IDE/pages/IDEView.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ const IDEView = (props) => {
126126
// for setting previous location
127127
useEffect(() => {
128128
dispatch(setPreviousPath(locationRef.current.pathname));
129-
console.log(locationRef.current.pathname);
130129
}, [props.location]);
131130

132131
// for the sidebar size behavior

0 commit comments

Comments
 (0)