diff --git a/src/main.rs b/src/main.rs index 99472f0..8b28250 100644 --- a/src/main.rs +++ b/src/main.rs @@ -206,7 +206,6 @@ async fn login( } }; - info!("用户登录成功,用户ID: {}", user_id); let token_response = TokenResponse::new(token); HttpResponse::Ok().json(token_response) }