aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_auth_internal_plain.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-08-10 20:10:30 +0200
committerKim Alvefur <zash@zash.se>2013-08-10 20:10:30 +0200
commit69adf36132dde074c9d8115350453524118f447e (patch)
treec4b67844eef0c271ca44fb6bf094d5e4339de952 /plugins/mod_auth_internal_plain.lua
parent692e6d1221927c370fae7d3885ac543d877f0e3d (diff)
downloadprosody-69adf36132dde074c9d8115350453524118f447e.tar.gz
prosody-69adf36132dde074c9d8115350453524118f447e.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.lua1
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);