QML-UI: be less chatty

Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sebastian Kügler 2015-10-09 02:49:21 +02:00 committed by Dirk Hohndel
parent 77fa4e37c8
commit 0ed2584231

View file

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