Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Sep 22, 2024
1 parent 0edb3b2 commit cc1f0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/releases.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1717,7 +1717,7 @@ mod tests {
assert!(empty
.select(".release > div > strong")
.expect("missing heading")
.any(|el| dbg!(el.text_contents()).contains("active CDN deployments")));
.any(|el| el.text_contents().contains("active CDN deployments")));

let full = kuchikiki::parse_html().one(web.get("/releases/queue").send()?.text()?);
let items = full
Expand Down

0 comments on commit cc1f0a3

Please sign in to comment.