removed console nonsense

This commit is contained in:
2026-06-16 22:01:53 +01:00
parent 603da98035
commit be6647e6d6

View File

@@ -72,12 +72,6 @@ Item {
background.anchors.leftMargin: 5 background.anchors.leftMargin: 5
background.anchors.rightMargin: 5 background.anchors.rightMargin: 5
} }
StateChangeScript {
script: {
console.log("some");
}
}
} }
] ]