summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/api/users.rs1
-rw-r--r--src/auth.rs1
2 files changed, 0 insertions, 2 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());
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());