From 622e5aab692082509fcba8fba53ea2b16342e0d4 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 13 Jan 2021 14:40:10 -0800 Subject: mobile/cleanup: remove more noisy debug output The repositioning message when a virtual keyboard opens is useful enough to keep it and just hide it unless in verbose mode. The others have all outlived their usefulness. Signed-off-by: Dirk Hohndel --- mobile-widgets/qml/DiveDetailsEdit.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'mobile-widgets/qml/DiveDetailsEdit.qml') diff --git a/mobile-widgets/qml/DiveDetailsEdit.qml b/mobile-widgets/qml/DiveDetailsEdit.qml index 5fb2b2cde..703d573b9 100644 --- a/mobile-widgets/qml/DiveDetailsEdit.qml +++ b/mobile-widgets/qml/DiveDetailsEdit.qml @@ -616,9 +616,6 @@ Item { onCursorRectangleChanged: { ensureVisible(y + cursorRectangle.y) } - onContentHeightChanged: { - console.log("content height changed") - } // ensure that the y coordinate is inside the visible part of the detailsEditFlickable (our flickable) function ensureVisible(yDest) { -- cgit v1.2.3-70-g09d2