瀏覽代碼

remove the debug message

Sven Czarnian 3 年之前
父節點
當前提交
4f84e9a051
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/PlugIn.cpp

+ 0 - 2
src/PlugIn.cpp

@@ -437,8 +437,6 @@ void PlugIn::generateAircraftReportMessage(EuroScopePlugIn::CRadarTarget& radarT
             else
                 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));