Remove steal printing

This commit is contained in:
Aode (Lion) 2022-02-11 15:12:19 -06:00
parent fb209c7ff9
commit 9d04b5e700

View file

@ -397,13 +397,6 @@ impl Runner {
}
};
println!(
"oh lawd {:?} stolen {} tasks from {:?}",
std::thread::current().id(),
stolen.len(),
tid
);
let mut guard = self.state.lock().unwrap();
for task in &stolen {
guard.pending.insert(task.task_id, Arc::clone(task));