Browse Source

purged a output message

Asad M. Zaman 20 years ago
parent
commit
d14c211bc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/softegg/softToEggConverter.cxx

+ 1 - 1
pandatool/src/softegg/softToEggConverter.cxx

@@ -910,7 +910,7 @@ convert_hierarchy(EggGroupNode *egg_root) {
     if (!process_model_node(_tree.get_node(i))) {
       return false;
     }
-    softegg_cat.info() << i << endl;
+    softegg_cat.debug() << i << endl;
   }
   return true;
 }