From d68befaced94f1d0ef5879ab3db307f3327588ab Mon Sep 17 00:00:00 2001
From: Glenn Glazer <coyot@lindenlab.com>
Date: Tue, 11 Oct 2016 13:28:30 -0700
Subject: [PATCH] maint-6633: remove commented out code

---
 indra/llcommon/llerror.cpp | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/indra/llcommon/llerror.cpp b/indra/llcommon/llerror.cpp
index 37654411d67..6a62860c3f1 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 << " ";
-- 
GitLab