From 3bd2ff449a7bd44cdacc753c0121ed491a542579 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sun, 18 Aug 2019 19:38:30 +0200 Subject: [PATCH] fixup! Ref T709, static "ownAircraftString" and improved logging --- src/xswiftbus/traffic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xswiftbus/traffic.cpp b/src/xswiftbus/traffic.cpp index 569b1bfc4..06285b064 100644 --- a/src/xswiftbus/traffic.cpp +++ b/src/xswiftbus/traffic.cpp @@ -922,7 +922,7 @@ namespace XSwiftBus int CTraffic::orbitPlaneFunc(XPLMCameraPosition_t *cameraPosition, int isLosingControl, void *refcon) { constexpr bool DEBUG = true; - DEBUG_LOG_C("Follow aircraft entry", DEBUG); + // DEBUG_LOG_C("Follow aircraft entry", DEBUG); if (isLosingControl == 1) { // do NOT use refcon here, might be invalid