删除了多余的info

This commit is contained in:
2025-10-17 22:51:49 +08:00
parent bd60a72e68
commit 9ff20c16c3

View File

@@ -206,7 +206,6 @@ async fn login(
} }
}; };
info!("用户登录成功用户ID: {}", user_id);
let token_response = TokenResponse::new(token); let token_response = TokenResponse::new(token);
HttpResponse::Ok().json(token_response) HttpResponse::Ok().json(token_response)
} }