From c65b0eb544a8a11ea76785a0bcd12480552ea718 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Liru=20F=C3=A6rs?= Date: Mon, 14 Oct 2019 22:12:44 -0400 Subject: [PATCH] Silence these noisy Customize Appearance debugs --- indra/newview/llpaneleditwearable.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/indra/newview/llpaneleditwearable.cpp b/indra/newview/llpaneleditwearable.cpp index 52370d119..2cc567483 100644 --- a/indra/newview/llpaneleditwearable.cpp +++ b/indra/newview/llpaneleditwearable.cpp @@ -790,7 +790,7 @@ BOOL LLPanelEditWearable::postBuild() if (!subpart_entry->mButtonName.empty()) { - LL_INFOS() << "Finding button " << subpart_entry->mButtonName << LL_ENDL; + //LL_INFOS() << "Finding button " << subpart_entry->mButtonName << LL_ENDL; LLButton* btn(findChild(subpart_entry->mButtonName)); llassert_always(btn); mSubpartBtns.push_back(btn); @@ -1535,8 +1535,8 @@ void LLPanelEditWearable::updateScrollingPanelUI() // do nothing else if we don't have a valid wearable we're editing if (!wearable) return; - LL_INFOS() << llformat("%#.8lX", wearable) << LL_ENDL; - LL_INFOS() << "cur_wearable->isDirty()=" << wearable->isDirty() << LL_ENDL; + //LL_INFOS() << llformat("%#.8lX", wearable) << LL_ENDL; + //LL_INFOS() << "cur_wearable->isDirty()=" << wearable->isDirty() << LL_ENDL; refreshWearables(false); }