1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-30 08:24:11 +01:00

Ground/PFD: Removing a debug output I forgot

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1522 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
peabody124 2010-09-04 06:13:13 +00:00 committed by peabody124
parent b607200fa6
commit cd93574511

View File

@ -905,7 +905,6 @@ void PFDGadgetWidget::moveNeedles()
headingDiff += 2*threshold;
headingTarget += 2*threshold;
}
qDebug() << headingDiff << " " << headingValue;
QPointF opd = QPointF(-headingDiff*2.65,0);
m_compassband->setTransform(QTransform::fromTranslate(opd.x(),opd.y()), true);
headingValue += headingDiff;