summaryrefslogtreecommitdiffstats
path: root/src/auth.rs
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-04-15 16:40:08 -0500
committerToby Vincent <tobyv@tobyvin.dev>2024-04-15 16:40:08 -0500
commitf39bcb529672bd23d128b1fefa0a9a68bd78a7c3 (patch)
treeb2d5759dd3c429e2704f891d5bc24539ab41f1af /src/auth.rs
parent82d24f495fbdead1216e33daef6e024325099f21 (diff)
fix: remove left over print statements
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());