summaryrefslogtreecommitdiffstats
path: root/basicsuite/Photo Gallery/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/Photo Gallery/main.qml')
-rw-r--r--basicsuite/Photo Gallery/main.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/basicsuite/Photo Gallery/main.qml b/basicsuite/Photo Gallery/main.qml
index d82bd84..b2779e8 100644
--- a/basicsuite/Photo Gallery/main.qml
+++ b/basicsuite/Photo Gallery/main.qml
@@ -80,7 +80,6 @@ Item {
MouseArea {
anchors.fill: parent
onClicked: {
- print("doing stuff..")
root.showBigImage(filePath, box.x - grid.contentX, box.y - grid.contentY, image);
}
}
@@ -93,8 +92,6 @@ Item {
fakeBigImage.sourceSize = image.sourceSize;
fakeBigImage.source = filePath;
- print("painted sizes: ", fakeBigImage.paintedHeight, fakeBigImage.paintedWidth)
-
beginEnterLargeAnimation.running = true;
}