From 2ed24cf2d7d637c4dd593ee0943084819722da73 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sun, 1 Mar 2015 23:42:57 +0100 Subject: [PATCH] Don't spam stuff when we are loading the preview --- src/qml/danbooruimageview.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/danbooruimageview.qml b/src/qml/danbooruimageview.qml index 4709964..58cf817 100644 --- a/src/qml/danbooruimageview.qml +++ b/src/qml/danbooruimageview.qml @@ -378,7 +378,6 @@ Rectangle { if (!enlargeAnimation.running) { overlayBox.visible = true overlayText.visible = true - console.log(imageOverlay.paintedWidth / imageOverlay.paintedHeight) if (imageOverlay.paintedWidth / imageOverlay.paintedHeight <= 1.6) { overlayBox.height = imageOverlay.paintedHeight * 0.03