Bug 32016: Remove debug console.log
authorThibaud Guillot <thibaud.guillot@biblibre.com>
Mon, 7 Nov 2022 08:56:38 +0000 (09:56 +0100)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 7 Nov 2022 10:37:43 +0000 (07:37 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/js/datatables.js

index 1955ff8..183b04b 100644 (file)
@@ -852,7 +852,6 @@ jQuery.fn.dataTable.ext.errMode = function(settings, note, message) {
 
         if ( add_filters ) {
             var table_dt = table.DataTable();
-            // table_dt.on('search', console.log);
             $(this).find('thead tr:eq(1) th').each( function (i) {
                 var is_searchable = table_dt.settings()[0].aoColumns[i].bSearchable;
                 if ( is_searchable ) {