remove debug print
This commit is contained in:
parent
ea49d106be
commit
f2c8376684
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue