minor: Comment out log message on every FRIENDS SIM CONNECTOR request for now.

This commit is contained in:
Justin Clark-Casey (justincc)
2012-10-16 01:39:39 +01:00
parent ab0294f010
commit 8459b98f68

View File

@@ -153,7 +153,7 @@ namespace OpenSim.Services.Connectors.Friends
if (!region.ServerURI.EndsWith("/"))
path = "/" + path;
string uri = region.ServerURI + path;
m_log.DebugFormat("[FRIENDS SIM CONNECTOR]: calling {0}", uri);
// m_log.DebugFormat("[FRIENDS SIM CONNECTOR]: calling {0}", uri);
try
{