minor: remove compiler warning from OpenProfileClient
parent
51eb8facd6
commit
968b588bb9
|
@ -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;
|
||||
|
||||
|
@ -61,7 +61,6 @@ namespace OpenSim.Services.UserProfilesService
|
|||
m_serverURI = serverURI;
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets an avatar's profile using the OpenProfile protocol.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in New Issue