remove some debugging

This commit is contained in:
Brad Hefta-Gaub 2015-10-29 10:57:30 -07:00
parent bab2a7d80f
commit ed87ae3d5a

View file

@ -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