Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: remove comet debug log console messages
  • Loading branch information
perexg committed Sep 8, 2014
1 parent 0d30c01 commit 565004f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/webui/static/app/comet.js
Expand Up @@ -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 + ']');
Expand Down

0 comments on commit 565004f

Please sign in to comment.