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