diff --git a/channels/management/commands/runserver.py b/channels/management/commands/runserver.py index 4ea5f78..f439c0b 100644 --- a/channels/management/commands/runserver.py +++ b/channels/management/commands/runserver.py @@ -102,7 +102,6 @@ class Command(RunserverCommand): elif protocol == "websocket" and action == "disconnected": msg += "WebSocket DISCONNECT %(path)s [%(client)s]\n" % details - sys.stderr.write(msg) class WorkerThread(threading.Thread):