]> git.mxchange.org Git - simgear.git/commitdiff
Remove some debug log messages
authorJames Turner <zakalawe@mac.com>
Thu, 23 Jan 2014 13:51:18 +0000 (13:51 +0000)
committerJames Turner <zakalawe@mac.com>
Thu, 23 Jan 2014 13:51:18 +0000 (13:51 +0000)
- two uninformative ones in TextureBuilder
- very noisy one in tied-property-list

simgear/props/tiedpropertylist.hxx
simgear/scene/material/TextureBuilder.cxx

index 39461afd5f836499478f4cd0a8d81cb0b32b3194..4e597af0c34021b50c228cce1c145b2dbe382410 100644 (file)
@@ -51,7 +51,6 @@ public:
     template<typename T> SGPropertyNode_ptr Tie( SGPropertyNode_ptr node, const SGRawValue<T> &rawValue, bool useDefault = true  ) {
         bool success = node->tie( rawValue, useDefault );
         if( success ) {
-            SG_LOG( SG_GENERAL, SG_DEBUG, "Tied " << node->getPath() );
             push_back( node );
         } else {
 #if PROPS_STANDALONE
@@ -125,7 +124,6 @@ public:
 
     void Untie() {
         while( ! empty() ) {
-            SG_LOG( SG_GENERAL, SG_DEBUG, "untie of " << back()->getPath() );
             back()->untie();
             pop_back();
         }
index 7858ea27502e9a4dde864ca046e642a6995e6667..ab5bbe0385864e444c9014e3cccd9409d5356756 100644 (file)
@@ -455,9 +455,6 @@ Texture* CubeMapBuilder::build(Effect* effect, Pass* pass, const SGPropertyNode*
 
     // Using 6 separate images
     if(texturesProp) {
-
-        SG_LOG(SG_INPUT, SG_DEBUG, "try 6 images ");
-
         CubeMapTuple _tuple = makeCubeMapTuple(effect, texturesProp);
 
         CubeMap::iterator itr = _cubemaps.find(_tuple);
@@ -513,8 +510,6 @@ Texture* CubeMapBuilder::build(Effect* effect, Pass* pass, const SGPropertyNode*
 
     // Using 1 cross image
     else if(crossProp) {
-        SG_LOG(SG_INPUT, SG_DEBUG, "try cross map ");
-
         std::string texname = crossProp->getStringValue();
 
         // Try to find existing cube map