diff options
author | Kim Alvefur <zash@zash.se> | 2013-08-10 20:10:30 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2013-08-10 20:10:30 +0200 |
commit | b703fec4617dea6dd2608ed0b73e3a41e6a398ff (patch) | |
tree | c4b67844eef0c271ca44fb6bf094d5e4339de952 /plugins/mod_auth_internal_plain.lua | |
parent | 94ee98dc29edeb54a7557cdc1575748c1e409fd3 (diff) | |
download | prosody-b703fec4617dea6dd2608ed0b73e3a41e6a398ff.tar.gz prosody-b703fec4617dea6dd2608ed0b73e3a41e6a398ff.zip |
mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too
Diffstat (limited to 'plugins/mod_auth_internal_plain.lua')
-rw-r--r-- | plugins/mod_auth_internal_plain.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mod_auth_internal_plain.lua b/plugins/mod_auth_internal_plain.lua index 2e231065..db528432 100644 --- a/plugins/mod_auth_internal_plain.lua +++ b/plugins/mod_auth_internal_plain.lua @@ -16,7 +16,6 @@ local accounts = module:open_store("accounts"); -- define auth provider local provider = {}; -log("debug", "initializing internal_plain authentication provider for host '%s'", host); function provider.test_password(username, password) log("debug", "test password for user '%s'", username); |