Skip to content

Commit bdaed67

Browse files
committed
fix
1 parent 4573b33 commit bdaed67

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/livecodes/languages/python-wasm/lang-python-wasm-script.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ __builtins__.input = input
7474
try {
7575
await livecodes.micropip.install(pkg);
7676
} catch (err) {
77-
// eslint-disable-next-line no-console
78-
console.log(err);
77+
//
7978
}
8079
}
8180
}

0 commit comments

Comments
 (0)