From 4f84e9a05148ac0c571db2926d8f60a768d91186 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Fri, 17 Dec 2021 13:05:38 +0100 Subject: [PATCH] remove the debug message --- src/PlugIn.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PlugIn.cpp b/src/PlugIn.cpp index 9f00b5a..6879208 100644 --- a/src/PlugIn.cpp +++ b/src/PlugIn.cpp @@ -437,8 +437,6 @@ void PlugIn::generateAircraftReportMessage(EuroScopePlugIn::CRadarTarget& radarT else report->set_distancetoiaf(static_cast(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));