Skip to content

Commit 62e5d17

Browse files
committed
remove unused action in IDEView
1 parent 3926375 commit 62e5d17

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/modules/IDE/pages/IDEView.jsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ const IDEView = () => {
9393

9494
useEffect(() => {
9595
dispatch(clearPersistedState());
96-
97-
// dispatch(stopSketch());
9896
}, [dispatch]);
9997

10098
useEffect(() => {

0 commit comments

Comments
 (0)