From ab2c4b3d3518591325bdf740dcdc006bd74616f8 Mon Sep 17 00:00:00 2001 From: luisangelsm Date: Sun, 12 Apr 2026 13:13:02 +0200 Subject: [PATCH] Remove console output used during development in FoldercontentView.qml --- YACReaderLibrary/qml/FolderContentView.qml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/YACReaderLibrary/qml/FolderContentView.qml b/YACReaderLibrary/qml/FolderContentView.qml index 98b70522..cceea9ad 100644 --- a/YACReaderLibrary/qml/FolderContentView.qml +++ b/YACReaderLibrary/qml/FolderContentView.qml @@ -418,14 +418,6 @@ Rectangle { } } - onOriginYChanged: { - console.log(" origin changed ", grid.originY) - } - - onContentYChanged: { - console.log(" content y changed ", grid.contentY) - } - ScrollBar.vertical: ScrollBar { visible: grid.contentHeight > grid.height