From acb8f6fe5c302d4d00007dbad99838958d838874 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Thu, 10 Nov 2022 00:32:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Network/fgcom.cxx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Network/fgcom.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Network/fgcom.cxx b/src/Network/fgcom.cxx index 5e02e46..1daa45f 100644 --- a/src/Network/fgcom.cxx +++ b/src/Network/fgcom.cxx @@ -407,7 +407,6 @@ void FGCom::setupCommFrequency(int channel) { void FGCom::connectToCommFrequency() { // ensure that the current comm is still in range - SG_LOG(SG_SOUND,SG_INFO,"connectToCommFrequency:" << _currentCallFrequency); if ((_currentCallFrequency > 0.0) && !isInRange(_currentCallFrequency)) { SG_LOG(SG_SOUND, SG_WARN, "FGCom: call out of range of: " << _currentCallFrequency);