From 6ee727dd250678445982e8f07400fd395e44f801 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sat, 10 Aug 2013 20:15:25 +0200 Subject: mod_auth_internal_hashed: Remove this 'initializing' message too --- plugins/mod_auth_internal_hashed.lua | 1 - 1 file changed, 1 deletion(-) 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 {}; -- cgit v1.2.3