diff options
-rw-r--r-- | qt-mobile/main.qml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/qt-mobile/main.qml b/qt-mobile/main.qml index 34817e998..97f1da6bb 100644 --- a/qt-mobile/main.qml +++ b/qt-mobile/main.qml @@ -189,8 +189,6 @@ ApplicationWindow { } Component.onCompleted: { - print("main.qml laoded."); - print("gridUnit is: " + units.gridUnit); - print("hightlight : " + theme.highlightColor); + print("units.gridUnit is: " + units.gridUnit); } } |