mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-16 08:29:15 +01:00
Remove debugging messages
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1803 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
742987a314
commit
f2d5db60da
@ -36,7 +36,6 @@ MagicWaypointGadget::MagicWaypointGadget(QString classId, MagicWaypointGadgetWid
|
||||
IUAVGadget(classId, parent),
|
||||
m_widget(widget)
|
||||
{
|
||||
qDebug() << "Class id" << classId;
|
||||
}
|
||||
|
||||
MagicWaypointGadget::~MagicWaypointGadget()
|
||||
|
@ -43,7 +43,6 @@
|
||||
|
||||
MagicWaypointGadgetWidget::MagicWaypointGadgetWidget(QWidget *parent) : QLabel(parent)
|
||||
{
|
||||
qDebug() << "MagicWaypointGadgetWidget constructor";
|
||||
m_magicwaypoint = new Ui_MagicWaypoint();
|
||||
m_magicwaypoint->setupUi(this);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user