diff --git a/indra/newview/llfloaterregioninfo.cpp b/indra/newview/llfloaterregioninfo.cpp
index 59a996b2eda640a5da62745ba98a1f627a63787b..d84f4c26c4386a36d37e66efa09bc1d57066ca4f 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);
 	}