mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Remove a debugging statement
This commit is contained in:
parent
c8451d6f3e
commit
be294c8248
@ -48,7 +48,6 @@ onmessage = function (ev) {
|
||||
let [ia, index, value] = ev.data;
|
||||
ia = new Int32Array(ia.buffer);
|
||||
let result = Atomics.wait(ia, index, value);
|
||||
console.log('done', result);
|
||||
postMessage(result);
|
||||
};
|
||||
";
|
||||
|
Loading…
x
Reference in New Issue
Block a user