# HG changeset patch # User Kim Alvefur # Date 1376158525 -7200 # Node ID f449da907b8559b83a2d06a629f49da374b919fa # Parent b374eb414a32f4c16c199b287311f76c3ae2f17d mod_auth_internal_hashed: Remove this 'initializing' message too diff -r b374eb414a32 -r f449da907b85 plugins/mod_auth_internal_hashed.lua --- a/plugins/mod_auth_internal_hashed.lua Sat Aug 10 20:10:30 2013 +0200 +++ b/plugins/mod_auth_internal_hashed.lua Sat Aug 10 20:15:25 2013 +0200 @@ -42,7 +42,6 @@ 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 {};