Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zuev committed Aug 9, 2016
1 parent 87304b8 commit d4cf8f0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arachnado/rpc/ws.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ class RpcWebsocketHandler(ArachnadoRPC, websocket.WebSocketHandler):
"""

def on_message(self, message):
# try:
# data = json.loads(message)
# except (TypeError, ValueError):
# logger.warn('Invalid message skipped: {!r}'.format(message[:500]))
# return
self.handle_request(message)

def send_data(self, data):
Expand Down

0 comments on commit d4cf8f0

Please sign in to comment.