summaryrefslogtreecommitdiffstats
path: root/src/api/users.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/users.rs')
-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());