Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
supreme2580 committed Jan 27, 2025
1 parent 53f86bc commit 5290ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/script-editor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export default function ScriptEditor() {
},
);

console.log(debugStates);
// console.log(debugStates);

setDebuggingContent(debuggingContent); // Set debugging content first
setStackContent(debuggingContent[0]); // Set initial stack content
Expand Down

0 comments on commit 5290ba3

Please sign in to comment.