summaryrefslogtreecommitdiff
path: root/src/server
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-10-11 18:10:41 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-10-11 18:10:41 +0900
commit6559197c55d3c46972894d3f04a76138a9ec2fa1 (patch)
tree9eff1e643b6bdc0635752bde883282c9e0e02528 /src/server
parentRedisがインストールされているときはイベントの共有にRed... (diff)
downloadsharkey-6559197c55d3c46972894d3f04a76138a9ec2fa1.tar.gz
sharkey-6559197c55d3c46972894d3f04a76138a9ec2fa1.tar.bz2
sharkey-6559197c55d3c46972894d3f04a76138a9ec2fa1.zip
Clean up
Diffstat (limited to 'src/server')
-rw-r--r--src/server/api/streaming.ts2
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);
});