summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2016-03-02 13:45:32 -0800
committerRider Linden <rider@lindenlab.com>2016-03-02 13:45:32 -0800
commita407cb784266802317fe299baa792166e3128293 (patch)
treed480437eb6692d2076a8002769ce673f2c1e6edb
parenta2bdba7aa245e412e0cd120eb10c76df1598104c (diff)
MAINT-5693: Didn't remove a stray debug comment.
-rwxr-xr-xindra/newview/llvoavatar.cpp6
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