Skip to content

Commit

Permalink
Remove debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedilger committed Dec 19, 2024
1 parent 3cb3e47 commit 2788e41
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gossip-lib/src/media.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,6 @@ impl Media {
let sha256hash = hasher.finalize();
let hash_str = hex::encode(sha256hash);
if hash_str != *x {
if url.as_str() == "https://mikedilger.com/bs.png" {
tracing::error!("Hash Mismatch Computed");
}
let error = "Hash Mismatch".to_string();
self.set_has_failed(&url.to_unchecked_url(), error.clone());
return MediaLoadingResult::Failed(error);
Expand Down

0 comments on commit 2788e41

Please sign in to comment.