removed qDebug

This commit is contained in:
Dante Ruiz 2017-03-27 19:08:41 +01:00
parent f4255735a9
commit cba7adf32a

View file

@ -48,7 +48,6 @@ void LoginDialog::showWithSelection()
LoginDialog::show();
} else {
static const QUrl url("../../dialogs/TabletLoginDialog.qml");
qDebug() << "[DR] -> Push login onto the tablet";
tablet->initialScreen(url);
if (!hmd->getShouldShowTablet()) {
hmd->openTablet();