Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
  • Loading branch information
OlegDokuka committed Mar 28, 2023
1 parent d83312c commit c6f8c50
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -331,16 +331,7 @@ public double availability() {

@Override
public String toString() {
return "InternalDuplexConnection{"
+ "clientServerInputMultiplexer="
+ clientServerInputMultiplexer
+ ", source="
+ source
+ ", state="
+ state
+ ", actual="
+ actual
+ '}';
return "InternalDuplexConnection{" + ", source=" + source + ", state=" + state + '}';
}
}
}

0 comments on commit c6f8c50

Please sign in to comment.