remove testoutput

This commit is contained in:
ma0068
2026-02-19 15:45:34 +01:00
parent d279f955a0
commit 118dcbd252
@@ -70,7 +70,6 @@ export default {
cleanFilters: {
//only emit if filteredValue is not empty array
handler(newVal) {
console.log("emitting clean filters", newVal);
if (newVal.length)
this.$emit("change", newVal);
},