Skip to content

Commit cc1f0a3

Browse files
committed
remove debugging code
1 parent 0edb3b2 commit cc1f0a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/web/releases.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ mod tests {
17171717
assert!(empty
17181718
.select(".release > div > strong")
17191719
.expect("missing heading")
1720-
.any(|el| dbg!(el.text_contents()).contains("active CDN deployments")));
1720+
.any(|el| el.text_contents().contains("active CDN deployments")));
17211721

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

0 commit comments

Comments
 (0)