summaryrefslogtreecommitdiffstats
path: root/src/api
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/api
parent82d24f495fbdead1216e33daef6e024325099f21 (diff)
fix: remove left over print statements
Diffstat (limited to 'src/api')
-rw-r--r--src/api/users.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/users.rs b/src/api/users.rs
index 6eb2a39..6ed79f2 100644
--- a/src/api/users.rs
+++ b/src/api/users.rs
@@ -328,7 +328,6 @@ mod tests {
.body(Body::empty())?;
let response = router.oneshot(request).await?;
- println!("{response:?}");
assert_eq!(StatusCode::OK, response.status());