remove debug print

This commit is contained in:
chaos 2023-10-19 18:30:13 +01:00
parent ea49d106be
commit f2c8376684
No known key found for this signature in database

View file

@ -177,9 +177,7 @@ pub fn process_command(
let new_files: Arc<Mutex<Vec<File>>> = Arc::new(Mutex::new(Vec::new()));
scope(|s| {
for i in 0..threads {
println!("spawn {}", i);
for _ in 0..threads {
s.spawn(|| loop {
let mut jobs = jobs.lock().unwrap();
let job = jobs.pop();