diff --git a/tinyxml2.cpp b/tinyxml2.cpp index 32eccfe..c6845db 100755 --- a/tinyxml2.cpp +++ b/tinyxml2.cpp @@ -1958,7 +1958,6 @@ void XMLDocument::PrintError() const TIXML_SNPRINTF( buf2, LEN, "%s", _errorStr2 ); } - TIXMLASSERT( INT_MIN <= _errorID && _errorID <= INT_MAX ); printf( "XMLDocument error id=%d '%s' str1=%s str2=%s\n", static_cast( _errorID ), ErrorName(), buf1, buf2 ); }