mirror of
https://github.com/overte-org/overte.git
synced 2025-04-15 20:58:30 +02:00
remove some debugging
This commit is contained in:
parent
bab2a7d80f
commit
ed87ae3d5a
1 changed files with 0 additions and 2 deletions
|
@ -81,7 +81,6 @@ bool SixenseManager::isSupported() const {
|
|||
}
|
||||
|
||||
void SixenseManager::activate() {
|
||||
qDebug() << "SixenseManager::activate()...";
|
||||
InputPlugin::activate();
|
||||
#ifdef HAVE_SIXENSE
|
||||
_calibrationState = CALIBRATION_STATE_IDLE;
|
||||
|
@ -126,7 +125,6 @@ void SixenseManager::activate() {
|
|||
}
|
||||
|
||||
void SixenseManager::deactivate() {
|
||||
qDebug() << "SixenseManager::deactivate()...";
|
||||
InputPlugin::deactivate();
|
||||
|
||||
#ifdef HAVE_SIXENSE
|
||||
|
|
Loading…
Reference in a new issue