Skip to content

Commit

Permalink
remove unused action in IDEView
Browse files Browse the repository at this point in the history
  • Loading branch information
raclim committed Oct 12, 2023
1 parent 3926375 commit 62e5d17
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions client/modules/IDE/pages/IDEView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@ const IDEView = () => {

useEffect(() => {
dispatch(clearPersistedState());

// dispatch(stopSketch());
}, [dispatch]);

useEffect(() => {
Expand Down

0 comments on commit 62e5d17

Please sign in to comment.