minor: remove mono compiler warning
parent
6b51d8a10e
commit
eb8b6b7d52
|
@ -120,7 +120,7 @@ namespace OpenSim.Services.HypergridService
|
||||||
public bool IncomingInstantMessage(GridInstantMessage im)
|
public bool IncomingInstantMessage(GridInstantMessage im)
|
||||||
{
|
{
|
||||||
// m_log.DebugFormat("[HG IM SERVICE]: Received message from {0} to {1}", im.fromAgentID, im.toAgentID);
|
// m_log.DebugFormat("[HG IM SERVICE]: Received message from {0} to {1}", im.fromAgentID, im.toAgentID);
|
||||||
UUID toAgentID = new UUID(im.toAgentID);
|
// UUID toAgentID = new UUID(im.toAgentID);
|
||||||
|
|
||||||
bool success = false;
|
bool success = false;
|
||||||
if (m_IMSimConnector != null)
|
if (m_IMSimConnector != null)
|
||||||
|
|
Loading…
Reference in New Issue