Skip to content

Commit

Permalink
remove a debugging statement
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Oct 1, 2024
1 parent 16fea7a commit 6841bd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/flask_socketio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@ def _handler(sid, *args):
real_msg = sid
sid = args[0]
args = [real_msg] + list(args[1:])
print(f'{real_msg=} {real_ns=} {sid=} {args=}')
return self._handle_event(handler, message, real_ns, sid,
*args)

Expand Down

0 comments on commit 6841bd5

Please sign in to comment.