]> git.mxchange.org Git - flightgear.git/blobdiff - src/Scenery/tilemgr.cxx
Updates to allow weather system and atis to interact better.
[flightgear.git] / src / Scenery / tilemgr.cxx
index 73451351296de69ec38855cb98db771725bdb463..5d7f125a41db2208305b231393880ef12e6e9d4b 100644 (file)
@@ -264,8 +264,8 @@ void FGTileMgr::initialize_queue()
 // chunks.  If the chunk isn't already in the cache, then read it from
 // disk.
 int FGTileMgr::update( double lon, double lat ) {
-    SG_LOG( SG_TERRAIN, SG_DEBUG, "FGTileMgr::update() for "
-           << lon << " " << lat );
+    // SG_LOG( SG_TERRAIN, SG_DEBUG, "FGTileMgr::update() for "
+    //         << lon << " " << lat );
 
     longitude = lon;
     latitude = lat;