From 0bfef0c2cea666f910d9c65794fea003e1c30d3a Mon Sep 17 00:00:00 2001 From: Cutls Date: Mon, 19 Aug 2019 23:31:42 +0900 Subject: [PATCH] Remove: log --- app/js/tl/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/tl/notification.js b/app/js/tl/notification.js index 9cf5025a..d0b2f42f 100644 --- a/app/js/tl/notification.js +++ b/app/js/tl/notification.js @@ -224,7 +224,7 @@ function notfWS(misskey, acct_id, tlid, domain, at) { } websocketNotf[acct_id].onmessage = function (mess) { - console.log(["Receive Streaming API(Notf):" + acct_id + "(" + domain + ")", JSON.parse(JSON.parse(mess.data).payload)]); + //console.log(["Receive Streaming API(Notf):" + acct_id + "(" + domain + ")", JSON.parse(JSON.parse(mess.data).payload)]); var popup = localStorage.getItem("popup"); if (!popup) { popup = 0;