Remove a stray console.log()
This commit is contained in:
parent
819f832a1c
commit
5ba7e80e53
1 changed files with 0 additions and 2 deletions
|
@ -890,8 +890,6 @@ tvheadend.showTransportDetails = function(data)
|
|||
{
|
||||
html = '';
|
||||
|
||||
console.log(data);
|
||||
|
||||
html += '<div style="display:block;font-weight:bold;margin-bottom:4px">';
|
||||
html += '<span style="float:left;width:100px">PID </span>';
|
||||
html += '<span style="float:left;width:100px">Type</span>';
|
||||
|
|
Loading…
Add table
Reference in a new issue