Remove console.log() stuff
This commit is contained in:
parent
ccb447ae44
commit
30925b7988
1 changed files with 0 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue