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 + ']');