From efbb0ebf6a74e7173ae8cc295a360ec02979aa0e Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Mon, 4 Apr 2022 21:10:35 +0200 Subject: [PATCH] Removed debug statement --- public/js/grocy.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/grocy.js b/public/js/grocy.js index 4bdafe7d..87ba0b98 100644 --- a/public/js/grocy.js +++ b/public/js/grocy.js @@ -1192,5 +1192,4 @@ $(document).on("click", "#clear-filter-button", function(e) // Remove the focus from the current button // to prevent that the tooltip stays until clicked anywhere else document.activeElement.blur(); - console.log("x") });