Skip to content

Commit

Permalink
remove print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
nborrmann committed Jun 20, 2017
1 parent 1f86a57 commit 0d97a5d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/jodel_api/gcmhack.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,10 @@ def receive_verification_from_gcm(self):
msg = _rcv_exact(s, length)
counter += 1

print("recv packet", responseTag, length, msg)

if responseTag == 3:
pass # login

elif responseTag == 4:
print("connection closed by server")
break

elif responseTag == 8:
Expand Down

0 comments on commit 0d97a5d

Please sign in to comment.