diff options
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 69709f2bc9..845bc85a96 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -7394,12 +7394,6 @@ void LLVOAvatar::processAvatarAppearance( LLMessageSystem* mesgsys ) S32 this_update_cof_version = contents.mCOFVersion; S32 last_update_request_cof_version = mLastUpdateRequestCOFVersion; - if (largestSelfCOFSeen > this_update_cof_version) - { - LL_WARNS("Avatar") << "****BUG WOULD HAVE HAPPENED****" << - largestSelfCOFSeen << " > " << this_update_cof_version << LL_ENDL; - } - if( isSelf() ) { LL_DEBUGS("Avatar") << "this_update_cof_version " << this_update_cof_version |