Skip to content

Commit

Permalink
removed unused output
Browse files Browse the repository at this point in the history
  • Loading branch information
Pipe-Runner committed Mar 24, 2023
1 parent 6abb762 commit aebe59d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/EditorPanel/EditorPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function EditorPanel() {
};

const code = await extractScriptText(script);
const output = await pyodide.runPythonAsync(code);
await pyodide.runPythonAsync(code);

console.log(pyodide.globals.get("output").toJs());
}
Expand Down

0 comments on commit aebe59d

Please sign in to comment.