commit | 61cea67517eeda6ab2382bc7b1f02626b81fef9a | [log] [tgz] |
---|---|---|
author | Lee Thomason (grinliz) <leethomason@gmail.com> | Fri Feb 01 19:13:13 2013 -0800 |
committer | Lee Thomason (grinliz) <leethomason@gmail.com> | Fri Feb 01 19:13:13 2013 -0800 |
tree | 5fdbab3b2ca4f65b67f3631a9304b0e87776c362 | |
parent | ac83b4e278fd4081ce8b31fe92ef1cd2ae079432 [diff] [blame] |
removing debug output
diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 95c164c..4cd8695 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp
@@ -1502,7 +1502,7 @@ DeleteChildren(); delete [] _charBuffer; -#if 1 +#if 0 _textPool.Trace( "text" ); _elementPool.Trace( "element" ); _commentPool.Trace( "comment" );