From d3493527401756a87ba3ab1ac05223ef2e214906 Mon Sep 17 00:00:00 2001
From: Vadim ProductEngine <vsavchuk@productengine.com>
Date: Tue, 5 Jul 2011 23:25:08 +0300
Subject: [PATCH] STORM-1330 WIP Removing a comment that was added by mistake.

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

diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp
index 59a996b2eda..d84f4c26c43 100644
--- a/indra/newview/llfloaterregioninfo.cpp
+++ b/indra/newview/llfloaterregioninfo.cpp
@@ -3022,7 +3022,6 @@ bool LLDispatchEstateUpdateInfo::operator()(
 	F32 sun_hour = ((F32)(strtod(strings[4].c_str(), NULL)))/1024.0f;
 	if(sun_hour == 0 && (flags & REGION_FLAGS_SUN_FIXED ? FALSE : TRUE))
 	{
-		// no need to overwrite region sun phase?
 		lldebugs << "Estate uses global time" << llendl;
 		panel->setGlobalTime(TRUE);
 	} 
-- 
GitLab