소스 검색

removing debug output

Lee Thomason (grinliz) 13 년 전
부모
커밋
61cea67517
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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" );