summaryrefslogtreecommitdiff
path: root/indra/newview/llavatarrendernotifier.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2016-05-24 13:03:36 -0700
committerRider Linden <rider@lindenlab.com>2016-05-24 13:03:36 -0700
commit26b1c020c8a8d240144dadae1285c14213cb1232 (patch)
treef70701c769076f56baf0d1f26b115c851587cbb7 /indra/newview/llavatarrendernotifier.cpp
parentc7413e51b6286a003d6629108d2757b5ff973c2b (diff)
MAINT-6403: Updated a couple comments and dropped a couple warning levels back down to DEBUG.
Diffstat (limited to 'indra/newview/llavatarrendernotifier.cpp')
-rw-r--r--indra/newview/llavatarrendernotifier.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llavatarrendernotifier.cpp b/indra/newview/llavatarrendernotifier.cpp
index e2ffdec874..24934fdb73 100644
--- a/indra/newview/llavatarrendernotifier.cpp
+++ b/indra/newview/llavatarrendernotifier.cpp
@@ -207,7 +207,6 @@ void LLAvatarRenderNotifier::updateNotificationState()
mLastSkeletonSerialNum = gAgentAvatarp->mLastSkeletonSerialNum;
}
else if (mLastCofVersion >= 0
-// && (mLastCofVersion != gAgentAvatarp->mLastUpdateRequestCOFVersion // RIDER: Check this!
&& (mLastCofVersion != LLAppearanceMgr::instance().getCOFVersion()
|| mLastSkeletonSerialNum != gAgentAvatarp->mLastSkeletonSerialNum))
{