21539: Removed debug, added whitespace for format

This commit is contained in:
Menithal 2017-11-05 01:05:35 +02:00
parent ac1df7b815
commit e28f80401f
2 changed files with 2 additions and 4 deletions

View file

@ -459,8 +459,6 @@ void ViveControllerManager::InputDevice::configureCalibrationSettings(const QJso
}
_hmdTrackingEnabled = !(hmdDesktopMode && !hmdDesktopTracking);
qDebug() << "HMD desktop tracking Enabled" << _hmdTrackingEnabled << "-" << hmdDesktopMode << "-" << hmdDesktopTracking << !(hmdDesktopMode && !hmdDesktopTracking);
}
}