Skip to content

Commit

Permalink
🔇 remove stdout logs
Browse files Browse the repository at this point in the history
  • Loading branch information
salamaashoush committed Sep 10, 2024
1 parent b440066 commit 21a8b40
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/remote_pact_index.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ impl Release {

/// Checks if the release has a supported asset for the current platform.
pub fn has_supported_asset(&self) -> bool {
println!(
"Checking if release has supported asset {:?}",
self.asset_for_current_platform()
);
self.asset_for_current_platform().is_some()
}

Expand Down

0 comments on commit 21a8b40

Please sign in to comment.