summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-29 14:31:15 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-29 14:31:15 -0400
commit9caeb5ad5045352c4bb77195c5c0bc71575bc3fd (patch)
treef0f0d2d6348c71363aadbbe84e9c2dea88de38cf /indra/newview
parent72aa727a3f371cf592d33e6cccefbf74be053b70 (diff)
removed debugging code that got pushed incorrectly.
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/app_settings/logcontrol.xml2
-rwxr-xr-xindra/newview/llviewerinventory.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/app_settings/logcontrol.xml b/indra/newview/app_settings/logcontrol.xml
index 92a241857e..c5561166fc 100755
--- a/indra/newview/app_settings/logcontrol.xml
+++ b/indra/newview/app_settings/logcontrol.xml
@@ -42,8 +42,8 @@
</array>
<key>tags</key>
<array>
- <!-- sample entry for debugging specific items
<string>Avatar</string>
+ <!-- sample entry for debugging specific items
<string>Voice</string>
-->
</array>
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp
index d45512df9c..b39dbd51a1 100755
--- a/indra/newview/llviewerinventory.cpp
+++ b/indra/newview/llviewerinventory.cpp
@@ -627,10 +627,12 @@ S32 LLViewerInventoryCategory::getVersion() const
void LLViewerInventoryCategory::setVersion(S32 version)
{
+#if 0
if (mPreferredType == LLFolderType::FT_CURRENT_OUTFIT)
{
llinfos << "cof version change " << mVersion << " => " << version << llendl;
}
+#endif
mVersion = version;
}