diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 95c164c..4cd8695 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp @@ -1502,7 +1502,7 @@ XMLDocument::~XMLDocument() DeleteChildren(); delete [] _charBuffer; -#if 1 +#if 0 _textPool.Trace( "text" ); _elementPool.Trace( "element" ); _commentPool.Trace( "comment" );