remove a debug message

This commit is contained in:
Sven Czarnian
2021-11-29 19:20:41 +01:00
parent 684ca40c1c
commit d89e8fef4c

View File

@@ -590,9 +590,6 @@ void PlugIn::updateSequence(std::shared_ptr<aman::AircraftSequence>& sequence) {
}
if (true == found) {
auto msg = inbound.callsign() + ": PTA: " + inbound.waypoints(inbound.waypoints_size() - 1).pta();
this->DisplayUserMessage("Test", "Test", msg.c_str(), true, false, false, false, false);
this->m_inboundsQueueLock.lock();
auto it = this->m_inbounds.find(inbound.callsign());
if (this->m_inbounds.end() != it)