summaryrefslogtreecommitdiff
path: root/src/api/stream
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-08-28 10:01:31 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-08-28 10:01:31 +0900
commit3075467e2fc5781373594c360c83954218dfccc2 (patch)
treea0fd8d2cf4d4baa1f971280ca3912379dfba884a /src/api/stream
parent[Client] Fix #736 (diff)
downloadsharkey-3075467e2fc5781373594c360c83954218dfccc2.tar.gz
sharkey-3075467e2fc5781373594c360c83954218dfccc2.tar.bz2
sharkey-3075467e2fc5781373594c360c83954218dfccc2.zip
[Server] Remove needless log
Diffstat (limited to 'src/api/stream')
-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);
});
}