Skip to content

Commit

Permalink
#47 removed check for None
Browse files Browse the repository at this point in the history
  • Loading branch information
jgelens committed Jan 27, 2014
1 parent bfc0915 commit a08748c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions geventwebsocket/protocols/wamp.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ def on_open(self):
self.do_handshake()

def on_message(self, message):
if message is None:
return

data = json.loads(message)

if not isinstance(data, list):
Expand Down

0 comments on commit a08748c

Please sign in to comment.