Removed debug statement

This commit is contained in:
Bernd Bestel 2022-04-04 21:10:35 +02:00
parent 6f5eb42f2a
commit efbb0ebf6a
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -1192,5 +1192,4 @@ $(document).on("click", "#clear-filter-button", function(e)
// Remove the focus from the current button // Remove the focus from the current button
// to prevent that the tooltip stays until clicked anywhere else // to prevent that the tooltip stays until clicked anywhere else
document.activeElement.blur(); document.activeElement.blur();
console.log("x")
}); });