From f0afc7c75a13ba21cccf569a385c0a90636ea19e Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Mon, 2 Mar 2026 13:39:24 +0100 Subject: [PATCH] remove console.log --- Modules/Workspaces.qml | 4 ---- 1 file changed, 4 deletions(-) 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); - } } }