Skip to content

Commit

Permalink
Backport #172 on branch 1.x (Remove print)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Aug 22, 2023
1 parent 025a248 commit 4a595d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jupyter_collaboration/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ def on_message(self, message):
On message receive.
"""
message_type = message[0]
print("message type:", message_type)

if message_type == YMessageType.AWARENESS:
# awareness
Expand Down

0 comments on commit 4a595d7

Please sign in to comment.