remove console.log()

This commit is contained in:
Uwe Steinmann 2020-12-13 14:45:21 +01:00
parent 1e9e7c0e2f
commit 0c1cae25a9

View File

@ -132,7 +132,6 @@ $(document).ready( function() {
* it to set the document location. The passed value is the string
* set in data-value of the list items. */
updater: function (item) {
console.log(item);
document.location = "../out/out.Search.php?query=" + encodeURIComponent(item);
return item;
},