From 6cfebd66ec530b500bc5112c701364aad8e01a21 Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Fri, 3 Oct 2014 00:38:48 +0100 Subject: [PATCH] minor: remove compiler warning from OpenProfileClient --- OpenSim/Services/Interfaces/OpenProfileClient.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/OpenSim/Services/Interfaces/OpenProfileClient.cs b/OpenSim/Services/Interfaces/OpenProfileClient.cs index e601ebedfc..bda8151048 100644 --- a/OpenSim/Services/Interfaces/OpenProfileClient.cs +++ b/OpenSim/Services/Interfaces/OpenProfileClient.cs @@ -48,7 +48,7 @@ namespace OpenSim.Services.UserProfilesService /// 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; } - - + /// /// Gets an avatar's profile using the OpenProfile protocol. /// @@ -132,4 +131,4 @@ namespace OpenSim.Services.UserProfilesService return true; } } -} +} \ No newline at end of file