summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2009-11-19 17:36:13 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2009-11-19 17:36:13 -0500
commitfae78349915a1f8603beb034166f8ea5c64dc5a6 (patch)
tree310e821efdbe75d6a2f093fad9be60b3bfcb52fd
parent62ce5fa4628672c8f9b95faac2797ce82c59deed (diff)
cleanup: log file spam
--HG-- branch : avatar-pipeline
-rw-r--r--indra/newview/llagentwearables.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index a93b0c1357..6595e28622 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -2160,7 +2160,6 @@ void LLLibraryOutfitsFetch::contentsDone(void)
LLInitialWearablesFetch::~LLInitialWearablesFetch()
{
- llinfos << "~LLInitialWearablesFetch" << llendl;
}
// virtual
@@ -2201,11 +2200,9 @@ public:
m_ids(ids),
LLInventoryFetchObserver(true)
{
- llwarns << "LLFetchAndLinkObserver" << llendl;
}
~LLFetchAndLinkObserver()
{
- llwarns << "~LLFetchAndLinkObserver" << llendl;
}
virtual void done()
{