summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2009-10-04 00:20:37 +0000
committerJames Cook <james@lindenlab.com>2009-10-04 00:20:37 +0000
commitcf395cc190951230a3d67ed90273bc3c0b87c06c (patch)
tree31fca6b715ce6734261a95c01be1f0a6745685a9
parentada0f4fa221f2c7070fb02a2b7ff903bdde11c45 (diff)
Removed a couple debug statements we no longer need.
-rw-r--r--indra/newview/llavatarpropertiesprocessor.cpp1
-rw-r--r--indra/newview/llfolderview.cpp6
-rw-r--r--indra/newview/llinspectavatar.cpp1
3 files changed, 0 insertions, 8 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.cpp b/indra/newview/llavatarpropertiesprocessor.cpp
index 5c68ac8cdb..f58c85d8c5 100644
--- a/indra/newview/llavatarpropertiesprocessor.cpp
+++ b/indra/newview/llavatarpropertiesprocessor.cpp
@@ -51,7 +51,6 @@ LLAvatarPropertiesProcessor::LLAvatarPropertiesProcessor()
LLAvatarPropertiesProcessor::~LLAvatarPropertiesProcessor()
{
- llinfos << "JAMESDEBUG cleanup avatar properties processor" << llendl;
}
void LLAvatarPropertiesProcessor::addObserver(const LLUUID& avatar_id, LLAvatarPropertiesObserver* observer)
diff --git a/indra/newview/llfolderview.cpp b/indra/newview/llfolderview.cpp
index d149c8bbb5..c8eb696134 100644
--- a/indra/newview/llfolderview.cpp
+++ b/indra/newview/llfolderview.cpp
@@ -2176,12 +2176,6 @@ PermissionMask LLFolderView::getFilterPermissions() const
return mFilter->getFilterPermissions();
}
-// JAMESDEBUG
-//LLInventoryFilter::EFolderShow LLFolderView::getShowFolderState()
-//{
-// return mFilter->getShowFolderState();
-//}
-
BOOL LLFolderView::isFilterModified()
{
return mFilter->isNotDefault();
diff --git a/indra/newview/llinspectavatar.cpp b/indra/newview/llinspectavatar.cpp
index a08d9e1163..9b75c15597 100644
--- a/indra/newview/llinspectavatar.cpp
+++ b/indra/newview/llinspectavatar.cpp
@@ -205,7 +205,6 @@ LLInspectAvatar::~LLInspectAvatar()
{
// clean up any pending requests so they don't call back into a deleted
// view
- llinfos << "JAMESDEBUG cleanup inspect avatar" << llendl;
delete mPropertiesRequest;
mPropertiesRequest = NULL;
}