mod_auth_internal_plain: Remove "initializing" log message, hostmanager logs this too

This commit is contained in:
Kim Alvefur 2013-08-10 20:10:30 +02:00
parent 692e6d1221
commit 69adf36132

View file

@ -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);