mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-06 12:57:41 +00:00
admin api: remove log message
This commit is contained in:
@@ -134,8 +134,6 @@ impl ApiHandler for AdminApiServer {
|
||||
Endpoint::New(_) => AdminApiRequest::from_request(req).await?,
|
||||
};
|
||||
|
||||
info!("Admin request: {}", request.name());
|
||||
|
||||
let required_auth_hash =
|
||||
match request.authorization_type() {
|
||||
Authorization::None => None,
|
||||
|
||||
Reference in New Issue
Block a user