From 565004f63a857e2f24a2e44cd6292abb268b59a1 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Tue, 2 Sep 2014 18:27:37 +0200 Subject: [PATCH] WEBUI JS: remove comet debug log console messages --- src/webui/static/app/comet.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/webui/static/app/comet.js b/src/webui/static/app/comet.js index 672ec013..aff24087 100644 --- a/src/webui/static/app/comet.js +++ b/src/webui/static/app/comet.js @@ -49,7 +49,6 @@ tvheadend.cometPoller = function() { for (x = 0; x < response.messages.length; x++) { m = response.messages[x]; try { - console.log('comet:' + m.notificationClass); tvheadend.comet.fireEvent(m.notificationClass, m); } catch (e) { tvheadend.log('comet failure [e=' + e.message + ']');