Skip to content

Commit

Permalink
remove debug statement, i need to squash these commits
Browse files Browse the repository at this point in the history
  • Loading branch information
MordechaiHadad committed Aug 19, 2024
1 parent d744a43 commit a5c0cda
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/handlers/install_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ pub async fn start(
downloaded_checksum.file_name, downloaded_checksum.file_format
));

println!("{} {}", archive_path.display(), checksum_path.display());

if !sha256cmp(&archive_path, &checksum_path)? {
tokio::fs::remove_file(archive_path).await?;
tokio::fs::remove_file(checksum_path).await?;
Expand Down

0 comments on commit a5c0cda

Please sign in to comment.