From 4c8c3dbc2631ffda1d26bb56de0a75779f3bc215 Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Fri, 30 Mar 2012 18:11:28 -0400
Subject: [PATCH] STORM-1820 Remove incorrect comment

---
 indra/newview/llviewermenu.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/indra/newview/llviewermenu.cpp b/indra/newview/llviewermenu.cpp
index 138ba11f951..e3cb1ebe106 100644
--- a/indra/newview/llviewermenu.cpp
+++ b/indra/newview/llviewermenu.cpp
@@ -5260,9 +5260,6 @@ class LLCommunicateBlockList : public view_listener_t
 {
 	bool handleEvent(const LLSD& userdata)
 	{
-		// we just send the message and let the server check for failure cases
-		// server will echo back a "Home position set." alert if it succeeds
-		// and the home location screencapture happens when that alert is recieved
 		LLFloaterSidePanelContainer::showPanel("people", "panel_block_list_sidetray", LLSD());
 		return true;
 	}
-- 
GitLab