summaryrefslogtreecommitdiff
path: root/indra/llui/llpanel.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/llpanel.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/llpanel.cpp')
-rwxr-xr-xindra/llui/llpanel.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/llui/llpanel.cpp b/indra/llui/llpanel.cpp
index b1c5f2774d..67472ad166 100755
--- a/indra/llui/llpanel.cpp
+++ b/indra/llui/llpanel.cpp
@@ -126,11 +126,7 @@ LLPanel::LLPanel(const LLPanel::Params& p)
LLPanel::~LLPanel()
{
- LL_INFOS("Baker") << "[3555] ~LLPanel() -- " << getName() << ":" << (void*) this << " ----------------------" << LL_ENDL;
-
delete mVisibleSignal;
-
- LL_INFOS("Baker") << "[3555] Exiting ~LLPanel() " << (void*) this << LL_ENDL;
}
// virtual