From: Jaroslav Kysela Date: Tue, 2 Sep 2014 16:27:37 +0000 (+0200) Subject: WEBUI JS: remove comet debug log console messages X-Git-Tag: v4.1~1458 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=565004f63a857e2f24a2e44cd6292abb268b59a1;p=thirdparty%2Ftvheadend.git WEBUI JS: remove comet debug log console messages --- diff --git a/src/webui/static/app/comet.js b/src/webui/static/app/comet.js index 672ec013a..aff240878 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 + ']');