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); } }