summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorGlenn Glazer <coyot@lindenlab.com>2016-10-11 13:28:30 -0700
committerGlenn Glazer <coyot@lindenlab.com>2016-10-11 13:28:30 -0700
commitd68befaced94f1d0ef5879ab3db307f3327588ab (patch)
tree033b781f5c7ecac3bb69ef7bff28b9eb9b886fc5 /indra/llcommon
parent19f576872aec60aae359e567cdd80f3d081b2b73 (diff)
maint-6633: remove commented out code
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llerror.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp
index 37654411d6..6a62860c3f 100644
--- a/indra/llcommon/llerror.cpp
+++ b/indra/llcommon/llerror.cpp
@@ -941,12 +941,6 @@ namespace
message_stream << site.mLocationString << " ";
}
- /*if ((show_level && r->wantsLevel())||
- (show_tags && r->wantsTags()))
- {
- message_stream << " ";
- }*/
-
if (show_function && r->wantsFunctionName())
{
message_stream << site.mFunctionString << " ";