]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/globals.cxx
Remove confusing reference to SDL/GLUT
[flightgear.git] / src / Main / globals.cxx
index 51f202b4960d72f2785ed5498c32a2478f8a8c4f..a6381569ba53a8dac4351deef707c01767b2bd6c 100644 (file)
@@ -85,7 +85,6 @@ public:
         }
         
         if (r.exists()) {
-          SG_LOG(SG_IO, SG_DEBUG, "found path:" << aResource << " via /sim/aircraft-dir: " << r.str());
           return r;
         }
     }
@@ -97,7 +96,6 @@ public:
     for (; it != dirs.end(); ++it) {
       SGPath p(*it, res);
       if (p.exists()) {
-        SG_LOG(SG_IO, SG_DEBUG, "found path:" << aResource << " in aircraft dir: " << *it);
         return p;
       }
     } // of aircraft path iteration