removing js debugging log

This commit is contained in:
Frédéric Péters 2011-12-05 10:31:41 +01:00
parent b0f7b6f9cc
commit 0d7e41c182
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ jq(function() {
/* we bind it later, after table_sorter.js had its turn
(this is probably fragile) */
jq('table.listing:not(.nosort) thead th:not(.nosort)').click(
function() { console.log('ref'); refreshtable(); });
function() { refreshtable(); });
});
refreshtable();