removing logging

This commit is contained in:
frankknoll
2023-03-20 08:37:12 +01:00
parent 493f338611
commit 769472d08a

View File

@@ -28,9 +28,12 @@ class BatchCodeTableInitializer {
#createEmptyBatchCodeTable() { #createEmptyBatchCodeTable() {
return this.#batchCodeTableElement.DataTable( return this.#batchCodeTableElement.DataTable(
{ {
initComplete: function () {
$('.dataTables_filter').append(' (press return key)');
},
language: language:
{ {
searchPlaceholder: "Enter Batch Code (hit Enter)" searchPlaceholder: "Enter Batch Code"
}, },
search: search:
{ {
@@ -162,7 +165,6 @@ class BatchCodeTableInitializer {
.on( .on(
'search.dt', 'search.dt',
function () { function () {
console.log('searching: ', thisClassInstance.#batchCodeTable.search().toUpperCase());
gtag( gtag(
'event', 'event',
'view_search_results', 'view_search_results',