Remove console.log() stuff

This commit is contained in:
Andreas Öman 2010-03-22 07:30:36 +00:00
parent ccb447ae44
commit 30925b7988

View file

@ -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,