Skip to content

Commit

Permalink
Remove redundant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
JothamWong committed Apr 19, 2024
1 parent 8d0dc54 commit 95f0b87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vm/oogavm-machine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 95f0b87

Please sign in to comment.