From 0c1cae25a92ed77d4b3cbe739f8df42ec162c441 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Sun, 13 Dec 2020 14:45:21 +0100 Subject: [PATCH] remove console.log() --- styles/bootstrap/application.js | 1 - 1 file changed, 1 deletion(-) diff --git a/styles/bootstrap/application.js b/styles/bootstrap/application.js index c41b020a1..297376c36 100644 --- a/styles/bootstrap/application.js +++ b/styles/bootstrap/application.js @@ -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; },