From 764ac297e89e33cae59f52709b2a05edd7015bbc Mon Sep 17 00:00:00 2001 From: Gunnar Sletta Date: Thu, 2 May 2013 22:05:11 +0200 Subject: Removed printout, optimize cinematic and added overlay performance test Change-Id: I7b2ceb52c10d5a02d9b696478c4d0b50af6ea64d Reviewed-by: Gunnar Sletta --- basicsuite/Photo Gallery/main.qml | 3 --- 1 file changed, 3 deletions(-) (limited to 'basicsuite/Photo Gallery') 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; } -- cgit v1.2.3