Browse Source

remove a debug message

Sven Czarnian 3 years ago
parent
commit
d89e8fef4c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/PlugIn.cpp

+ 0 - 3
src/PlugIn.cpp

@@ -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)