Przeglądaj źródła

removing debug output

Lee Thomason (grinliz) 13 lat temu
rodzic
commit
61cea67517
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tinyxml2.cpp

+ 1 - 1
tinyxml2.cpp

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