summaryrefslogtreecommitdiff
path: root/src/api/stream/server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/stream/server.ts')
-rw-r--r--src/api/stream/server.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/api/stream/server.ts b/src/api/stream/server.ts
index 6de5337499..0db6643d40 100644
--- a/src/api/stream/server.ts
+++ b/src/api/stream/server.ts
@@ -14,7 +14,6 @@ export default function homeStream(request: websocket.request, connection: webso
ev.addListener('stats', onStats);
connection.on('close', () => {
- console.log('yooo');
ev.removeListener('stats', onStats);
});
}