minor: remove compiler warning from OpenProfileClient

ghosts
Justin Clark-Casey (justincc) 2014-10-03 00:38:48 +01:00
parent c9d7eb30db
commit 6cfebd66ec
1 changed files with 3 additions and 4 deletions

View File

@ -48,7 +48,7 @@ namespace OpenSim.Services.UserProfilesService
/// </remarks>
public class OpenProfileClient
{
static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private string m_serverURI;
@ -60,8 +60,7 @@ namespace OpenSim.Services.UserProfilesService
{
m_serverURI = serverURI;
}
/// <summary>
/// Gets an avatar's profile using the OpenProfile protocol.
/// </summary>
@ -132,4 +131,4 @@ namespace OpenSim.Services.UserProfilesService
return true;
}
}
}
}