remove accidental debug log (#4574)
This commit is contained in:
parent
f2ccedb8c1
commit
bc6ad3a983
1 changed files with 0 additions and 3 deletions
|
@ -267,9 +267,6 @@ async fn router_handle_response(
|
|||
state: &mut RouterState,
|
||||
endpoint: &Endpoint,
|
||||
) -> HandleResult {
|
||||
if let Message::Binary(b) = &response {
|
||||
error!(?b);
|
||||
}
|
||||
match Response::try_from(&response, endpoint.supports_revision) {
|
||||
Ok(option) => {
|
||||
// We are only interested in responses that are not empty
|
||||
|
|
Loading…
Reference in a new issue