diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-10-11 13:28:30 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-10-11 13:28:30 -0700 |
commit | d68befaced94f1d0ef5879ab3db307f3327588ab (patch) | |
tree | 033b781f5c7ecac3bb69ef7bff28b9eb9b886fc5 /indra/llcommon | |
parent | 19f576872aec60aae359e567cdd80f3d081b2b73 (diff) |
maint-6633: remove commented out code
Diffstat (limited to 'indra/llcommon')
-rw-r--r-- | indra/llcommon/llerror.cpp | 6 |
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 << " "; |