Skip to content

Commit

Permalink
chore: drop println
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Oct 14, 2024
1 parent feac95e commit 05500c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions modules/fundamental/tests/advisory/osv/reingest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ async fn withdrawn(ctx: &TrustifyContext) -> anyhow::Result<()> {
.purls(Default::default(), Default::default(), ())
.await?;

println!("PURLs: {purls:#?}");

let purl = purls
.items
.iter()
Expand Down

0 comments on commit 05500c4

Please sign in to comment.