summaryrefslogtreecommitdiffstats
path: root/src/auth.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/auth.rs')
-rw-r--r--src/auth.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/auth.rs b/src/auth.rs
index 0382020..3ba64ea 100644
--- a/src/auth.rs
+++ b/src/auth.rs
@@ -112,7 +112,6 @@ mod tests {
.body(Body::empty())?;
let response = router.oneshot(request).await?;
- println!("{response:?}");
assert_eq!(StatusCode::OK, response.status());