mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46:00 +08:00
Commented a few extra debug messages.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user