diff options
Diffstat (limited to 'OpenSim/Services/AuthenticationService/AuthenticationService.cs')
-rw-r--r-- | OpenSim/Services/AuthenticationService/AuthenticationService.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Services/AuthenticationService/AuthenticationService.cs b/OpenSim/Services/AuthenticationService/AuthenticationService.cs index a72236e..3eaa03d 100644 --- a/OpenSim/Services/AuthenticationService/AuthenticationService.cs +++ b/OpenSim/Services/AuthenticationService/AuthenticationService.cs | |||
@@ -39,10 +39,6 @@ namespace OpenSim.Services.AuthenticationService | |||
39 | { | 39 | { |
40 | public class AuthenticationService : ServiceBase, IAuthenticationService | 40 | public class AuthenticationService : ServiceBase, IAuthenticationService |
41 | { | 41 | { |
42 | private static readonly ILog m_log = | ||
43 | LogManager.GetLogger( | ||
44 | MethodBase.GetCurrentMethod().DeclaringType); | ||
45 | |||
46 | public AuthenticationService(IConfigSource config) : base(config) | 42 | public AuthenticationService(IConfigSource config) : base(config) |
47 | { | 43 | { |
48 | } | 44 | } |