diff --git a/Modules/Workspaces.qml b/Modules/Workspaces.qml index 95fc825..ccf7db7 100644 --- a/Modules/Workspaces.qml +++ b/Modules/Workspaces.qml @@ -57,10 +57,6 @@ Item { id: idxPair index: root.workspaces.findIndex(w => w.active) - - onIndexChanged: { - console.log(indicator.indicatorPosition); - } } }