Skip to content

Commit

Permalink
Remove debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 6, 2023
1 parent 8595986 commit f982d08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ pub fn is_cache_enabled() -> bool {
}

pub fn is_archive_file<P: AsRef<Path>>(path: P) -> bool {
dbg!(path.as_ref().extension());
is_supported_archive_extension(path.as_ref())
}

Expand Down

0 comments on commit f982d08

Please sign in to comment.