remove debug output

This commit is contained in:
Marco Martin 2012-10-26 19:46:56 +02:00
parent 2b702fa6ef
commit f35539da1f

View File

@ -216,7 +216,7 @@ Item {
} }
} }
} }
onMovementEnded: {print(Math.round(contentX/columnWidth)) onMovementEnded: {
scrollToLevel(Math.round(contentX/columnWidth)+1) scrollToLevel(Math.round(contentX/columnWidth)+1)
} }
} }