Browse Source

removing debug output

Lee Thomason (grinliz) 13 năm trước cách đây
mục cha
commit
61cea67517
1 tập tin đã thay đổi với 1 bổ sung và 1 xóa
  1. 1 1
      tinyxml2.cpp

+ 1 - 1
tinyxml2.cpp

@@ -1502,7 +1502,7 @@ XMLDocument::~XMLDocument()
     DeleteChildren();
     DeleteChildren();
     delete [] _charBuffer;
     delete [] _charBuffer;
 
 
-#if 1
+#if 0
     _textPool.Trace( "text" );
     _textPool.Trace( "text" );
     _elementPool.Trace( "element" );
     _elementPool.Trace( "element" );
     _commentPool.Trace( "comment" );
     _commentPool.Trace( "comment" );