Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Corecii committed Sep 6, 2023
1 parent 3dec1b9 commit a8b4704
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/snapshot_middleware/dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,21 +295,6 @@ fn syncback_update(sync: &SyncbackArgs<'_, '_>) -> anyhow::Result<SyncbackNode>
}
}

if new_inst.name == "Vehicles" {
println!(
"DEBUG VEHICLES: {} {} {}",
new_inst.class == "Folder",
fs_snapshot.files.is_empty(),
new_inst.children().is_empty()
);
println!(
"DEBUG VEHICLES : {} {:?} {}",
new_inst.class,
fs_snapshot.files,
new_inst.children().len()
);
}

if new_inst.class == "Folder" {
if fs_snapshot.files.is_empty() && new_inst.children().is_empty() {
fs_snapshot
Expand Down

0 comments on commit a8b4704

Please sign in to comment.