更新 'src/Network/fgcom.cxx'

This commit is contained in:
zhongjin 2022-11-10 00:32:05 +08:00
parent 6508159642
commit acb8f6fe5c

View File

@ -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);