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") });