diff options
-rw-r--r-- | indra/newview/llavatarpropertiesprocessor.cpp | 1 | ||||
-rw-r--r-- | indra/newview/llfolderview.cpp | 6 | ||||
-rw-r--r-- | indra/newview/llinspectavatar.cpp | 1 |
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; } |