Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
aligator committed Jun 25, 2019
1 parent 8c0c6fc commit 8e0ea1c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/exp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ impl Scanner {
mg.recv(path);
}
};

println!("test");
Ok(())
}
}
Expand Down Expand Up @@ -139,7 +137,6 @@ impl Worker {
},
}
};
println!("w finish");
finished.send(true).unwrap();
}

Expand Down

0 comments on commit 8e0ea1c

Please sign in to comment.