mod_auth_internal_hashed: Remove this 'initializing' message too
authorKim Alvefur <zash@zash.se>
Sat, 10 Aug 2013 20:15:25 +0200
changeset 5782 f449da907b85
parent 5781 b374eb414a32
child 5783 3a81e3b0ea4f
mod_auth_internal_hashed: Remove this 'initializing' message too
plugins/mod_auth_internal_hashed.lua
--- a/plugins/mod_auth_internal_hashed.lua	Sat Aug 10 20:10:30 2013 +0200
+++ b/plugins/mod_auth_internal_hashed.lua	Sat Aug 10 20:15:25 2013 +0200
@@ -42,7 +42,6 @@
 local host = module.host;
 -- define auth provider
 local provider = {};
-log("debug", "initializing internal_hashed authentication provider for host '%s'", host);
 
 function provider.test_password(username, password)
 	local credentials = accounts:get(username) or {};