remove the debug message
This commit is contained in:
@@ -437,8 +437,6 @@ void PlugIn::generateAircraftReportMessage(EuroScopePlugIn::CRadarTarget& radarT
|
|||||||
else
|
else
|
||||||
report->set_distancetoiaf(static_cast<int>(std::round(distanceToIaf.convert(nauticmile))));
|
report->set_distancetoiaf(static_cast<int>(std::round(distanceToIaf.convert(nauticmile))));
|
||||||
}
|
}
|
||||||
|
|
||||||
this->DisplayUserMessage("TEST", "TEST", (radarTarget.GetCallsign() + std::string(": ") + std::to_string(report->distancetoiaf())).c_str(), true, true, false, false, false);
|
|
||||||
}
|
}
|
||||||
report->set_destination(std::string(destination));
|
report->set_destination(std::string(destination));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user