Remove a stray console.log()

This commit is contained in:
Andreas Öman 2009-07-03 20:41:52 +00:00
parent 819f832a1c
commit 5ba7e80e53

View file

@ -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>';