mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:29:32 +02:00
removed qDebug
This commit is contained in:
parent
f4255735a9
commit
cba7adf32a
1 changed files with 0 additions and 1 deletions
|
@ -48,7 +48,6 @@ void LoginDialog::showWithSelection()
|
||||||
LoginDialog::show();
|
LoginDialog::show();
|
||||||
} else {
|
} else {
|
||||||
static const QUrl url("../../dialogs/TabletLoginDialog.qml");
|
static const QUrl url("../../dialogs/TabletLoginDialog.qml");
|
||||||
qDebug() << "[DR] -> Push login onto the tablet";
|
|
||||||
tablet->initialScreen(url);
|
tablet->initialScreen(url);
|
||||||
if (!hmd->getShouldShowTablet()) {
|
if (!hmd->getShouldShowTablet()) {
|
||||||
hmd->openTablet();
|
hmd->openTablet();
|
||||||
|
|
Loading…
Reference in a new issue