admin api: remove log message
This commit is contained in:
parent
1c03941b19
commit
19454c1679
1 changed files with 0 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue