mirror of https://github.com/AxioDL/tinyxml2.git
removing debug output
This commit is contained in:
parent
ac83b4e278
commit
61cea67517
|
@ -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" );
|
||||||
|
|
Loading…
Reference in New Issue