mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 22:34:18 +08:00
Drop print debug
This commit is contained in:
parent
99f61754b3
commit
f66a09637f
@ -94,7 +94,6 @@ fn move_dir_all_inner_fn<'a>(
|
||||
for (src, srcrel, dst) in files {
|
||||
let path = dst.join(&srcrel);
|
||||
fs::create_dir_all(&path.parent().unwrap())?;
|
||||
println!("{:?} -> {:?}", src.display(), path.display());
|
||||
std::fs::rename(&src, &path)?;
|
||||
}
|
||||
Ok(())
|
||||
|
||||
Loading…
Reference in New Issue
Block a user