From d68befaced94f1d0ef5879ab3db307f3327588ab Mon Sep 17 00:00:00 2001 From: Glenn Glazer Date: Tue, 11 Oct 2016 13:28:30 -0700 Subject: maint-6633: remove commented out code --- indra/llcommon/llerror.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'indra/llcommon/llerror.cpp') 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 << " "; -- cgit v1.2.3