Skip to content

Commit

Permalink
Remove unused logs
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAstafyev committed Oct 18, 2023
1 parent 337693d commit 6fda5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extractor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ impl Extractor {

fn delivery(&mut self) -> Result<(), io::Error> {
if self.location.exists() {
log::warn!(
log::info!(
"Extractor {:?} already exists. Checking checksum.",
self.location
);
Expand Down

0 comments on commit 6fda5cd

Please sign in to comment.