NFC remove debugging code mistakenly left in
authorSeamus Lee <seamuslee001@gmail.com>
Fri, 9 Sep 2016 08:03:59 +0000 (18:03 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Fri, 9 Sep 2016 08:03:59 +0000 (18:03 +1000)
templates/CRM/Contact/Page/DedupeException.tpl

index 4ae1258fa7caa4682fa99ad1d9d7536cfc96ba2e..8ef52954603841dbb10c462cbd1cd094e8d3e86e 100644 (file)
@@ -71,7 +71,6 @@
       var table = CRM.$('table#dedupeExceptions').DataTable();
       // apply the search
       $('#searchOptions input').on( 'keyup change', function () {
-        console.log(this.value);
         table
           .column($(this).attr('search-column'))
           .search(this.value)