mod_auth_internal_hashed: Remove this 'initializing' message too

This commit is contained in:
Kim Alvefur 2013-08-10 20:15:25 +02:00
parent 69adf36132
commit 6ee727dd25

View file

@ -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 {};