summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-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 << " ";