Skip to content
Snippets Groups Projects
Commit 6bde8aed authored by nfontrod's avatar nfontrod
Browse files

src/mount.rs: remove a print

parent 39069ac9
No related branches found
No related tags found
No related merge requests found
......@@ -235,7 +235,6 @@ mod file_diff {
let npattern = format!("*/{}", my_pattern);
let rfiles = recover_files(mount_folder, &npattern);
let ffiles = update_files(&rfiles, result_folder, my_pattern);
println!("{:?}", ffiles);
launch_delta(ffiles);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment