From 30925b7988fb5f4e136a8c2263a15770981d340b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Mon, 22 Mar 2010 07:30:36 +0000 Subject: [PATCH] Remove console.log() stuff --- src/webui/static/app/dvr.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/webui/static/app/dvr.js b/src/webui/static/app/dvr.js index def48f57..9f59fd48 100644 --- a/src/webui/static/app/dvr.js +++ b/src/webui/static/app/dvr.js @@ -498,8 +498,6 @@ tvheadend.dvr = function() { tvheadend.comet.on('dvrdb', function(m) { - console.log(m); - if(m.reload != null) tvheadend.dvrStore.reload(); @@ -510,13 +508,9 @@ tvheadend.dvr = function() { return; } - console.log(r); - r.data.status = m.status; r.data.schedstate = m.schedstate; - console.log(r); - tvheadend.dvrStore.afterEdit(r); tvheadend.dvrStore.fireEvent('updated', tvheadend.dvrStore, r,