diff --git a/src/web/waforth.ts b/src/web/waforth.ts index 4560969..001906b 100644 --- a/src/web/waforth.ts +++ b/src/web/waforth.ts @@ -152,7 +152,7 @@ class WAForth { } data = new Uint8Array(dataCopy); } - // console.log("Load", index, arrayToBase64(data)); + // console.log("Load", arrayToBase64(data)); try { var module = new WebAssembly.Module(data); new WebAssembly.Instance(module, {