Skip to content

Commit

Permalink
Removed tracing.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicarlsen committed Feb 5, 2024
1 parent b238938 commit 2b1c9fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/windows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,7 @@ impl TrashContext {
/// Removes all files and folder paths recursively.
pub(crate) fn delete_all_canonicalized(&self, full_paths: Vec<PathBuf>) -> Result<(), Error> {
let mut collection = Vec::new();
log::trace!("Starting traverse_paths_recursively");
traverse_paths_recursively(full_paths, &mut collection)?;
log::trace!("Finished traverse_paths_recursively");
self.delete_specified_canonicalized(collection)
}
}
Expand Down

0 comments on commit 2b1c9fa

Please sign in to comment.