From 7449f4b6d770be9d56ee5fa3d20b6b59d816719c Mon Sep 17 00:00:00 2001
From: Ptolemy <ptolemy@lindenlab.com>
Date: Tue, 28 Apr 2020 17:23:09 -0700
Subject: [PATCH] DRTVWR-510 Cleanup: Remove useless redundant debug lines
 clear; updateDebugText() is always called before drawDebugText() which
 already clears the debug text lines

---
 indra/newview/llviewerwindow.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index fb4db23c264..e4b5c02a562 100644
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -965,7 +965,6 @@ class LLDebugText
 											 LLFontGL::LEFT, LLFontGL::TOP,
 											 LLFontGL::NORMAL, LLFontGL::NO_SHADOW, S32_MAX, S32_MAX, NULL, FALSE);
 		}
-		mLineList.clear();
 	}
 
 };
-- 
GitLab