Skip to content

Commit

Permalink
left a print statement in
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Knott committed Apr 4, 2018
1 parent 03170df commit d2e7717
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ def _websocket(ws):

while True:
msg = ws.receive()
print(msg)
if msg is not None:
message = jsn.loads(msg)

Expand Down

0 comments on commit d2e7717

Please sign in to comment.