remove debug info

This commit is contained in:
Dany De Bontridder 2013-05-21 18:14:36 +00:00
parent 05bcbb4832
commit 0f9cfaa3a5
3 changed files with 6 additions and 7 deletions

View file

@ -1747,7 +1747,6 @@ function filter_table(phrase, _id, colnr,start_row) {
for (var col =0;col < aCol.length;col++)
{
var idx=aCol[col];
console.log(r);
if (table.rows[r].cells[idx])
{
ele = table.rows[r].cells[idx].innerHTML.replace(/<[^>]+>/g, "");