diff options
author | Kim Alvefur <zash@zash.se> | 2013-08-10 20:15:25 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-08-10 20:15:25 +0200 |
commit | 2d2eb5945215c8a963b7fa4fd4db1394b5db0228 (patch) | |
tree | 3256558345f8bf12c679a4721cad7d6e07df54d0 /plugins | |
parent | b703fec4617dea6dd2608ed0b73e3a41e6a398ff (diff) | |
download | prosody-2d2eb5945215c8a963b7fa4fd4db1394b5db0228.tar.gz prosody-2d2eb5945215c8a963b7fa4fd4db1394b5db0228.zip |
mod_auth_internal_hashed: Remove this 'initializing' message too
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mod_auth_internal_hashed.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_auth_internal_hashed.lua b/plugins/mod_auth_internal_hashed.lua index 57396731..8a1c2b3e 100644 --- a/plugins/mod_auth_internal_hashed.lua +++ b/plugins/mod_auth_internal_hashed.lua @@ -42,7 +42,6 @@ local iteration_count = 4096; 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 {}; |