]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AICarrier.cxx
Reduce amount of log output at level=debug.
[flightgear.git] / src / AIModel / AICarrier.cxx
index 8ebb53dbfdebce659906565b21ed79286d627dc4..fae5d26bc38b91b76ee9028d99b8d091a117ca78 100644 (file)
@@ -497,7 +497,6 @@ bool FGAICarrier::OutsideBox() { //returns true if the carrier is outside operat
             return true;
     }
 
-    SG_LOG(SG_AI, SG_DEBUG, "AICarrier: Inside Operating Box" );
     return false;
 
 } // end OutsideBox