Browse Source

Remove qDebug

QGC4.4
Don Gagne 6 years ago
parent
commit
832fd1b21e
  1. 1
      src/PositionManager/PositionManager.cpp

1
src/PositionManager/PositionManager.cpp

@ -36,7 +36,6 @@ void QGCPositionManager::setToolbox(QGCToolbox *toolbox) @@ -36,7 +36,6 @@ void QGCPositionManager::setToolbox(QGCToolbox *toolbox)
if(!_defaultSource) {
//-- Otherwise, create a default one
_defaultSource = QGeoPositionInfoSource::createDefaultSource(this);
qDebug() << _defaultSource;
}
_simulatedSource = new SimulatedPosition();

Loading…
Cancel
Save