Skip to content

Commit

Permalink
Removed debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Jul 13, 2021
1 parent 3f1582e commit d922f80
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,8 +267,6 @@ public void close() {
* @param req The {@link Connect.PutStateRequest}
*/
private void putConnectState(@NotNull Connect.PutStateRequest req) {
System.out.println(req);

try {
session.api().putConnectState(connectionId, req);
if (LOGGER.isTraceEnabled()) {
Expand Down

0 comments on commit d922f80

Please sign in to comment.