diff --git a/src/vm/oogavm-machine.ts b/src/vm/oogavm-machine.ts index d67a8fa..7b34b93 100644 --- a/src/vm/oogavm-machine.ts +++ b/src/vm/oogavm-machine.ts @@ -1082,7 +1082,6 @@ const microcode = { for (let [threadId, thread] of threads.entries()) { // Ignore the currentThread because it is old if (currentThreadId === threadId) { - console.log("SKIPPING CURRENT THREAD ID"); continue; } // log('Thread ' + threadId);