瀏覽代碼

don't need all that hashtable output

David Rose 17 年之前
父節點
當前提交
15f44d52b1
共有 2 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      panda/src/pgraph/renderState.cxx
  2. 2 2
      panda/src/pgraph/transformState.cxx

+ 2 - 2
panda/src/pgraph/renderState.cxx

@@ -840,8 +840,8 @@ write(ostream &out, int indent_level) const {
     const Attribute &attribute = (*ai);
     const Attribute &attribute = (*ai);
     attribute._attrib->write(out, indent_level + 2);
     attribute._attrib->write(out, indent_level + 2);
   }
   }
-  indent(out, indent_level + 2) << _composition_cache << "\n";
-  indent(out, indent_level + 2) << _invert_composition_cache << "\n";
+  //  indent(out, indent_level + 2) << _composition_cache << "\n";
+  //  indent(out, indent_level + 2) << _invert_composition_cache << "\n";
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////

+ 2 - 2
panda/src/pgraph/transformState.cxx

@@ -925,8 +925,8 @@ output(ostream &out) const {
 void TransformState::
 void TransformState::
 write(ostream &out, int indent_level) const {
 write(ostream &out, int indent_level) const {
   indent(out, indent_level) << *this << "\n";
   indent(out, indent_level) << *this << "\n";
-  indent(out, indent_level + 2) << _composition_cache << "\n";
-  indent(out, indent_level + 2) << _invert_composition_cache << "\n";
+  //  indent(out, indent_level + 2) << _composition_cache << "\n";
+  //  indent(out, indent_level + 2) << _invert_composition_cache << "\n";
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////