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,
|
state: &mut RouterState,
|
||||||
endpoint: &Endpoint,
|
endpoint: &Endpoint,
|
||||||
) -> HandleResult {
|
) -> HandleResult {
|
||||||
if let Message::Binary(b) = &response {
|
|
||||||
error!(?b);
|
|
||||||
}
|
|
||||||
match Response::try_from(&response, endpoint.supports_revision) {
|
match Response::try_from(&response, endpoint.supports_revision) {
|
||||||
Ok(option) => {
|
Ok(option) => {
|
||||||
// We are only interested in responses that are not empty
|
// We are only interested in responses that are not empty
|
||||||
|
|
Loading…
Reference in a new issue