From cf395cc190951230a3d67ed90273bc3c0b87c06c Mon Sep 17 00:00:00 2001 From: James Cook <james@lindenlab.com> Date: Sun, 4 Oct 2009 00:20:37 +0000 Subject: [PATCH] Removed a couple debug statements we no longer need. --- indra/newview/llavatarpropertiesprocessor.cpp | 1 - indra/newview/llfolderview.cpp | 6 ------ indra/newview/llinspectavatar.cpp | 1 - 3 files changed, 8 deletions(-) diff --git a/indra/newview/llavatarpropertiesprocessor.cpp b/indra/newview/llavatarpropertiesprocessor.cpp index 5c68ac8cdb8..f58c85d8c50 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 d149c8bbb55..c8eb6961340 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 a08d9e11632..9b75c155979 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; } -- GitLab