summaryrefslogtreecommitdiff
path: root/indra/llui/lltabcontainer.cpp
diff options
context:
space:
mode:
authorBaker Linden <baker@lindenlab.com>2014-03-03 11:53:57 -0800
committerBaker Linden <baker@lindenlab.com>2014-03-03 11:53:57 -0800
commit28d3bb09751aeebb6d7411c426b21c56246f9ff0 (patch)
tree707487ae002a60db2af8fa6294255d6cce36e98a /indra/llui/lltabcontainer.cpp
parent3f9f8bb8bf62c5d861edf32042d59bc2cea12fdc (diff)
[MAINT-3555][MAINT-3703]
- Removed logging for MAINT-3555 - Added NULL guard to fix MAINT-3703 (hopefully)
Diffstat (limited to 'indra/llui/lltabcontainer.cpp')
-rwxr-xr-xindra/llui/lltabcontainer.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llui/lltabcontainer.cpp b/indra/llui/lltabcontainer.cpp
index 26189fcb8c..2b9286f663 100755
--- a/indra/llui/lltabcontainer.cpp
+++ b/indra/llui/lltabcontainer.cpp
@@ -280,12 +280,8 @@ LLTabContainer::LLTabContainer(const LLTabContainer::Params& p)
LLTabContainer::~LLTabContainer()
{
- LL_INFOS("Baker") << "[3555] ~LLTabContainer() -- " << getPanelTitle(mCurrentTabIdx) << ":" << (void*) this << " ----------------------" << LL_ENDL;
-
std::for_each(mTabList.begin(), mTabList.end(), DeletePointer());
mTabList.clear();
-
- LL_INFOS("Baker") << "[3555] Exiting ~LLTabContainer() " << (void*) this << LL_ENDL;
}
//virtual