From: Brendan Hansen Date: Wed, 1 Sep 2021 01:45:13 +0000 (-0500) Subject: removed debugging console logs X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=847bfed57a915d637ce5653057978254f9089b17;p=onyx-live.git removed debugging console logs --- diff --git a/static/src/worker.js b/static/src/worker.js index 453e908..e9b3da6 100644 --- a/static/src/worker.js +++ b/static/src/worker.js @@ -21,11 +21,9 @@ let import_obj = { read_line(msgptr, msglen) { // Returns actual length let data = new Uint8Array(wasm_memory.buffer, msgptr, msglen); let input_array = new Uint8Array(input_shared_buffer); - console.log(Atomics.load(input_array, 0), " == 1"); let i; for (i=0; input_array[i + 1] != 0 && i