diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-10-11 18:10:41 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-10-11 18:10:41 +0900 |
| commit | 6559197c55d3c46972894d3f04a76138a9ec2fa1 (patch) | |
| tree | 9eff1e643b6bdc0635752bde883282c9e0e02528 /src/server | |
| parent | Redisがインストールされているときはイベントの共有にRed... (diff) | |
| download | sharkey-6559197c55d3c46972894d3f04a76138a9ec2fa1.tar.gz sharkey-6559197c55d3c46972894d3f04a76138a9ec2fa1.tar.bz2 sharkey-6559197c55d3c46972894d3f04a76138a9ec2fa1.zip | |
Clean up
Diffstat (limited to 'src/server')
| -rw-r--r-- | src/server/api/streaming.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/server/api/streaming.ts b/src/server/api/streaming.ts index 249157e222..5710257d39 100644 --- a/src/server/api/streaming.ts +++ b/src/server/api/streaming.ts @@ -36,8 +36,6 @@ module.exports = (server: http.Server) => { subscriber.on('message', async (_, data) => { const obj = JSON.parse(data); - console.log(obj); - ev.emit(obj.channel, obj.message); }); |