diff options
author | Rider Linden <rider@lindenlab.com> | 2016-03-02 13:45:32 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-03-02 13:45:32 -0800 |
commit | a407cb784266802317fe299baa792166e3128293 (patch) | |
tree | d480437eb6692d2076a8002769ce673f2c1e6edb /indra/newview/llvoavatar.cpp | |
parent | a2bdba7aa245e412e0cd120eb10c76df1598104c (diff) |
MAINT-5693: Didn't remove a stray debug comment.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-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 |