mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 04:32:32 +02:00
remove debug statments
This commit is contained in:
parent
a417f74bad
commit
691b59ffff
1 changed files with 0 additions and 1 deletions
|
@ -167,7 +167,6 @@ bool ViveControllerManager::isSupported() const {
|
|||
void ViveControllerManager::setConfigurationSettings(const QJsonObject configurationSettings) {
|
||||
if (isSupported()) {
|
||||
if (configurationSettings.contains("desktopMode")) {
|
||||
qDebug() << configurationSettings["desktopMode"].toBool();
|
||||
_desktopMode = configurationSettings["desktopMode"].toBool();
|
||||
}
|
||||
_inputDevice->configureCalibrationSettings(configurationSettings);
|
||||
|
|
Loading…
Reference in a new issue