Skip to content

Commit

Permalink
Merge pull request #71 from aehernandez/master
Browse files Browse the repository at this point in the history
Remove last print statement
  • Loading branch information
Pithikos authored Jun 13, 2019
2 parents ae6ee7f + 660c5e9 commit fd0b190
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 fd0b190

Please sign in to comment.