remove console.log

This commit is contained in:
Zacharias-Brohn
2026-03-02 13:39:24 +01:00
parent 9040713231
commit f0afc7c75a
-4
View File
@@ -57,10 +57,6 @@ Item {
id: idxPair
index: root.workspaces.findIndex(w => w.active)
onIndexChanged: {
console.log(indicator.indicatorPosition);
}
}
}