Skip to content

Commit 7d5a013

Browse files
committed
Cleanup
1 parent 3379e1c commit 7d5a013

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/emscripten_trampoline.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ _PyEM_TrampolineCall_inner, (int* success,
3535
env: { __indirect_function_table: wasmTable, memory: wasmMemory },
3636
});
3737
_PyEM_TrampolineCall_inner = trampolineInstance.exports.trampoline_call;
38-
console.log("Assigned _PyEM_TrampolineCall_inner!");
3938
} catch (e) {
4039
// Compilation error due to missing wasm-gc support, fall back to JS
4140
// trampoline

0 commit comments

Comments
 (0)