Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
wxiaoyun committed Apr 12, 2024
1 parent f542da9 commit 8cee6ab
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vm/ignite/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,6 @@ impl Runtime {
.pop_front()
.expect("No threads in ready queue");

println!(
"Zombifying thread operand_stack: {:?}",
&current_thread.operand_stack
);

self.zombie_threads
.insert(current_thread_id, current_thread);
self.thread_states
Expand Down

0 comments on commit 8cee6ab

Please sign in to comment.