Commented a few extra debug messages.

This commit is contained in:
Diva Canto
2011-05-26 19:13:03 -07:00
parent b17afe43c4
commit 0d29f73916
5 changed files with 10 additions and 15 deletions

View File

@@ -69,12 +69,12 @@ namespace OpenSim.Services.Connectors.InstantMessage
{
if ((string)responseData["success"] == "TRUE")
{
m_log.DebugFormat("[XXX] Success");
//m_log.DebugFormat("[XXX] Success");
return true;
}
else
{
m_log.DebugFormat("[XXX] Fail");
//m_log.DebugFormat("[XXX] Fail");
return false;
}
}