Skip to content

Commit 521d812

Browse files
Remove debug.
1 parent e2bd1bb commit 521d812

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/board/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,6 @@ const instantiateWasm = function (imports: any, successCallback: any) {
697697
compiledWasmPromise
698698
.then(async (wasmModule) => {
699699
const instance = await WebAssembly.instantiate(wasmModule, imports);
700-
console.log("Woah!");
701700
successCallback(instance);
702701
})
703702
.catch((e) => {

0 commit comments

Comments
 (0)