Skip to content

Commit f51b262

Browse files
committed
Comment console.log
1 parent 731ff85 commit f51b262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/micropython.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1943,7 +1943,7 @@ function copyTempDouble(ptr) {
19431943
}
19441944

19451945
function _emscripten_run_script(ptr) {
1946-
console.log(UTF8ToString(ptr));
1946+
//console.log(UTF8ToString(ptr));
19471947
eval(UTF8ToString(ptr));
19481948
}
19491949

0 commit comments

Comments
 (0)