removing debug output

This commit is contained in:
Lee Thomason (grinliz) 2013-02-01 19:13:13 -08:00
parent ac83b4e278
commit 61cea67517
1 changed files with 1 additions and 1 deletions

View File

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