QmlDesigner.PropertyEditor: remove print

Change-Id: Id0793040984c314c4886c0f682928220b36f242b
Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
This commit is contained in:
Thomas Hartmann
2013-10-31 14:21:03 +01:00
parent c63783eaef
commit 61dbd2011c

View File

@@ -83,7 +83,6 @@ Section {
property bool isSetup;
onSelectionFlagChanged: {
print("selection changed");
isSetup = true;
sizeType.currentIndex = 1
if (pixelSize.isInModel)