Remove print

This commit is contained in:
Jon Moroney 2020-08-02 16:56:05 -07:00
parent 2282208f5e
commit 5040617688

View file

@ -56,10 +56,6 @@ pub fn deduplicate_dirs<P: AsRef<Path> + Sync>(search_dirs: Vec<P>) -> (Vec<File
fn traverse_and_spawn(current_path: impl AsRef<Path>, sender: Sender<ChannelPackage>) -> (){
let current_path = fs::canonicalize(current_path)
.expect("Error canonicalizing path");
println!("Processing {:?}.\n Metadata {:?}",
current_path,
current_path.metadata().expect("Error unwrapping metadata")
);
let current_path_metadata = match fs::symlink_metadata(&current_path) {
Err(e) =>{
sender.send(