* Remove a spammy comment I meant to remove from the last commit

This commit is contained in:
Justin Clarke Casey
2008-03-24 20:25:48 +00:00
parent 6489746a6b
commit 3aa843cea8

View File

@@ -463,8 +463,7 @@ namespace OpenSim
regionInfo.ServerURI = "http://" + regionInfo.ExternalHostName
+ ":" + regionInfo.InternalEndPoint.Port.ToString();
regionInfo.HttpPort = m_httpServerPort;
m_log.DebugFormat("[OPENSIM MAIN]: Setting http port for region {0} to {1}", regionInfo.InternalEndPoint, regionInfo.HttpPort);
regionInfo.HttpPort = m_httpServerPort;
if ((proxyUrl.Length > 0) && (portadd_flag))
{