remove logging
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 11s
Python / lint-format (pull_request) Successful in 19s
Python / test (pull_request) Successful in 32s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m10s

This commit is contained in:
2026-06-13 13:08:36 +02:00
parent f1dbff1208
commit fea468dd0c
3 changed files with 0 additions and 12 deletions
-6
View File
@@ -40,12 +40,6 @@ ScrollBar {
else
hideDelay.restart();
}
onPositionChanged: {
const handleY = handle.y;
const pos = position;
console.log("\n" + "handle y: " + handleY + "\n" + "pos: " + pos);
}
Connections {
function onMovingChanged() {