diff options
Diffstat (limited to 'OpenSim/Services/Interfaces/OpenProfileClient.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/OpenProfileClient.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Services/Interfaces/OpenProfileClient.cs b/OpenSim/Services/Interfaces/OpenProfileClient.cs index e601ebe..bda8151 100644 --- a/OpenSim/Services/Interfaces/OpenProfileClient.cs +++ b/OpenSim/Services/Interfaces/OpenProfileClient.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Services.UserProfilesService | |||
48 | /// </remarks> | 48 | /// </remarks> |
49 | public class OpenProfileClient | 49 | public class OpenProfileClient |
50 | { | 50 | { |
51 | static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 51 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
52 | 52 | ||
53 | private string m_serverURI; | 53 | private string m_serverURI; |
54 | 54 | ||
@@ -60,8 +60,7 @@ namespace OpenSim.Services.UserProfilesService | |||
60 | { | 60 | { |
61 | m_serverURI = serverURI; | 61 | m_serverURI = serverURI; |
62 | } | 62 | } |
63 | 63 | ||
64 | |||
65 | /// <summary> | 64 | /// <summary> |
66 | /// Gets an avatar's profile using the OpenProfile protocol. | 65 | /// Gets an avatar's profile using the OpenProfile protocol. |
67 | /// </summary> | 66 | /// </summary> |
@@ -132,4 +131,4 @@ namespace OpenSim.Services.UserProfilesService | |||
132 | return true; | 131 | return true; |
133 | } | 132 | } |
134 | } | 133 | } |
135 | } | 134 | } \ No newline at end of file |