Skip to content

Commit

Permalink
py: Remove debug print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Neuroth <[email protected]>
  • Loading branch information
nepet committed Aug 11, 2024
1 parent ab0f6e4 commit 52f60db
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/gl-client-py/glclient/pairing.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ def _recv(self, m):
typ, msg = m[0], m[1:]
conv = msgs.get(typ, None)

print(f"GOT m {m}, typ {typ}, msg {msg}")

if conv is None:
raise ValueError(f"Unknown message type {typ}")
elif conv is str:
Expand Down

0 comments on commit 52f60db

Please sign in to comment.