diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-26 13:59:41 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-02-26 13:59:41 -0500 |
commit | 3a6af93e6be0c7a07cc0c0b0a225893c01ac5340 (patch) | |
tree | b5d04646a5cd59cafae05ceb35715e1da9136df7 | |
parent | 3b52ab6cf17ceae4a2d45a8477b8643a9e3c6162 (diff) |
log spam cleanup.
-rw-r--r-- | indra/newview/llvoavatar.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 9c3ef2672f..72b9c6df98 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -2121,10 +2121,6 @@ static LLFastTimer::DeclareTimer FTM_JOINT_UPDATE("Update Joints"); //------------------------------------------------------------------------ BOOL LLVOAvatar::idleUpdate(LLAgent &agent, LLWorld &world, const F64 &time) { - if (isSelf()) - { - llinfos << "self idle update" << llendl; - } LLMemType mt(LLMemType::MTYPE_AVATAR); LLFastTimer t(FTM_AVATAR_UPDATE); @@ -2539,10 +2535,6 @@ void LLVOAvatar::idleUpdateLipSync(bool voice_enabled) void LLVOAvatar::idleUpdateLoadingEffect() { - if (isSelf()) - { - llinfos << "self idle update loading effect" << llendl; - } // update visibility when avatar is partially loaded if (updateIsFullyLoaded()) // changed? { @@ -5891,10 +5883,6 @@ void LLVOAvatar::updateRuthTimer(bool loading) BOOL LLVOAvatar::processFullyLoadedChange(bool loading) { - if (isSelf()) - { - llinfos << "isSelf, loading " << loading << llendl; - } // we wait a little bit before giving the all clear, // to let textures settle down const F32 PAUSE = 1.f; |