Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
aehernandez committed May 8, 2019
1 parent ae6ee7f commit 660c5e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion websocket_server/websocket_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ def read_next_message(self):
except SocketError as e: # to be replaced with ConnectionResetError for py3
if e.errno == errno.ECONNRESET:
logger.info("Client closed connection.")
print("Error: {}".format(e))
self.keep_alive = 0
return
b1, b2 = 0, 0
Expand Down

0 comments on commit 660c5e9

Please sign in to comment.