summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorNyx (Neal Orman) <nyx@lindenlab.com>2010-11-18 17:28:13 -0500
committerNyx (Neal Orman) <nyx@lindenlab.com>2010-11-18 17:28:13 -0500
commit52f397ec7a0f0698ea24c05c1bd538ec17161714 (patch)
treea43b34dbc3626eaae191faf20e57f1994341ca7e /indra/newview
parent5e57352e1295d33cf9815800393212824d53bb75 (diff)
SH-350 SH-351 SH-355 FIX ARC fixes
Had a few debugging lines in my last checkin. Cleaning up unreviewed changes.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llselectmgr.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llselectmgr.cpp b/indra/newview/llselectmgr.cpp
index eb1ca66334..305b629cf7 100644
--- a/indra/newview/llselectmgr.cpp
+++ b/indra/newview/llselectmgr.cpp
@@ -6353,7 +6353,6 @@ S32 LLObjectSelection::getSelectedObjectRenderCost()
{
// add the cost of each individual texture in the linkset
cost += iter->second;
- llinfos << "adding texture cost of: " << iter->second << llendl;
}
textures.clear();
}