diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-08-28 10:01:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-08-28 10:01:31 +0900 |
| commit | 3075467e2fc5781373594c360c83954218dfccc2 (patch) | |
| tree | a0fd8d2cf4d4baa1f971280ca3912379dfba884a /src/api/stream | |
| parent | [Client] Fix #736 (diff) | |
| download | sharkey-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.ts | 1 |
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); }); } |