From a407cb784266802317fe299baa792166e3128293 Mon Sep 17 00:00:00 2001 From: Rider Linden Date: Wed, 2 Mar 2016 13:45:32 -0800 Subject: MAINT-5693: Didn't remove a stray debug comment. --- indra/newview/llvoavatar.cpp | 6 ------ 1 file changed, 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 -- cgit v1.2.3