Skip to content

Commit

Permalink
fix: removed expensive debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rahularya50 committed Jun 29, 2019
1 parent 31dc23c commit 082882e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/pythonWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function initialize() {
}

function initializePython() {
console.log(__BRYTHON__.python_to_js(code)); // TODO: DISABLE!!!
// console.log(__BRYTHON__.python_to_js(code)); // TODO: DISABLE!!!
__BRYTHON__.run_script(code, "__main__", true);
}

Expand Down

0 comments on commit 082882e

Please sign in to comment.