aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_auth_internal_hashed.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-08-10 20:15:25 +0200
committerKim Alvefur <zash@zash.se>2013-08-10 20:15:25 +0200
commit6ee727dd250678445982e8f07400fd395e44f801 (patch)
tree3256558345f8bf12c679a4721cad7d6e07df54d0 /plugins/mod_auth_internal_hashed.lua
parent69adf36132dde074c9d8115350453524118f447e (diff)
downloadprosody-6ee727dd250678445982e8f07400fd395e44f801.tar.gz
prosody-6ee727dd250678445982e8f07400fd395e44f801.zip
mod_auth_internal_hashed: Remove this 'initializing' message too
Diffstat (limited to 'plugins/mod_auth_internal_hashed.lua')
-rw-r--r--plugins/mod_auth_internal_hashed.lua1
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 {};