minor: remove mono compiler warning

bulletsim
Justin Clark-Casey (justincc) 2011-08-17 23:28:57 +01:00
parent 6b51d8a10e
commit eb8b6b7d52
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ namespace OpenSim.Services.HypergridService
public bool IncomingInstantMessage(GridInstantMessage im)
{
// 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;
if (m_IMSimConnector != null)