remove a debug message
This commit is contained in:
		@@ -590,9 +590,6 @@ void PlugIn::updateSequence(std::shared_ptr<aman::AircraftSequence>& sequence) {
 | 
				
			|||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        if (true == found) {
 | 
					        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();
 | 
					            this->m_inboundsQueueLock.lock();
 | 
				
			||||||
            auto it = this->m_inbounds.find(inbound.callsign());
 | 
					            auto it = this->m_inbounds.find(inbound.callsign());
 | 
				
			||||||
            if (this->m_inbounds.end() != it)
 | 
					            if (this->m_inbounds.end() != it)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user