Skip to content

Commit f0805e7

Browse files
committed
Remove console.log
1 parent bdc7ad3 commit f0805e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ module.exports = (async () => {
9494
stdout_ready = false;
9595
code += "\nprint('mpjsendline')";
9696
if (global.promiseWaitInterval) await wait_exist(() => !global.promiseWaitInterval);
97-
console.log(code);
9897
do_str(code);
9998
await wait_exist(() => stdout_ready);
10099
return stdout_text;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "micropython",
3-
"version": "1.1.5",
3+
"version": "1.1.6",
44
"description": "A WASM module built from the official MicroPython port",
55
"main": "index.js",
66
"directories": {

0 commit comments

Comments
 (0)