diff options
author | Dave Parks <davep@lindenlab.com> | 2011-01-18 14:49:14 -0600 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2011-01-18 14:49:14 -0600 |
commit | aeec987f565f916c9919f8cc861a82b4caab9a46 (patch) | |
tree | 3a7c37ee643b4fbc50c4c4e6e7e2555d38b243bc /indra/newview/llviewerobjectlist.cpp | |
parent | f0d0096cf96fbd2f99b01726020fb5840447c8f6 (diff) |
SH-571 work in progress.
Diffstat (limited to 'indra/newview/llviewerobjectlist.cpp')
-rw-r--r-- | indra/newview/llviewerobjectlist.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerobjectlist.cpp b/indra/newview/llviewerobjectlist.cpp index 7682d71e7f..e4da9cca04 100644 --- a/indra/newview/llviewerobjectlist.cpp +++ b/indra/newview/llviewerobjectlist.cpp @@ -1376,7 +1376,7 @@ void LLViewerObjectList::updateObjectCost(const LLUUID& object_id, F32 object_co void LLViewerObjectList::onObjectCostFetchFailure(const LLUUID& object_id) { - llwarns << "Failed to fetch object cost for object: " << object_id << llendl; + //llwarns << "Failed to fetch object cost for object: " << object_id << llendl; mPendingObjectCost.erase(object_id); } @@ -1415,7 +1415,7 @@ void LLViewerObjectList::updatePhysicsProperties(const LLUUID& object_id, void LLViewerObjectList::onPhysicsFlagsFetchFailure(const LLUUID& object_id) { - llwarns << "Failed to fetch physics flags for object: " << object_id << llendl; + //llwarns << "Failed to fetch physics flags for object: " << object_id << llendl; mPendingPhysicsFlags.erase(object_id); } |