Skip to content

Commit

Permalink
rm errant dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcountryman committed Jan 27, 2024
1 parent d7ddc62 commit 98fd377
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ macro_rules! route_tests {
.header(header::COOKIE, second_session_cookie.encoded().to_string())
.body(Body::empty())
.unwrap();
dbg!("foo");
let res = dbg!(app.oneshot(req).await).unwrap();

assert_ne!(first_session_cookie.value(), second_session_cookie.value());
Expand Down

0 comments on commit 98fd377

Please sign in to comment.