about summary refs log tree commit diff stats
path: root/072scheduler.cc
diff options
context:
space:
mode:
Diffstat (limited to '072scheduler.cc')
-rw-r--r--072scheduler.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/072scheduler.cc b/072scheduler.cc
index 0496d2b1..411635de 100644
--- a/072scheduler.cc
+++ b/072scheduler.cc
@@ -67,7 +67,6 @@ void run(routine* rr) {
     assert(Current_routine);
     assert(Current_routine->state == RUNNING);
     trace(9990, "schedule") << current_routine_label() << end();
-//?     cerr << "schedule: " << current_routine_label() << '\n';
     run_current_routine();
     // Scheduler State Transitions
     if (Current_routine->completed())