From d89e8fef4c95604764af492bfc729937652a8b4f Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Mon, 29 Nov 2021 19:20:41 +0100 Subject: [PATCH] remove a debug message --- src/PlugIn.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/PlugIn.cpp b/src/PlugIn.cpp index 56354a4..4ce5f46 100644 --- a/src/PlugIn.cpp +++ b/src/PlugIn.cpp @@ -590,9 +590,6 @@ void PlugIn::updateSequence(std::shared_ptr& 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)