mod_auth_internal_hashed: Remove this 'initializing' message too
authorKim Alvefur <zash@zash.se>
Sat, 10 Aug 2013 18:15:25 +0000 (20:15 +0200)
committerKim Alvefur <zash@zash.se>
Sat, 10 Aug 2013 18:15:25 +0000 (20:15 +0200)
plugins/mod_auth_internal_hashed.lua

index 573967318a604aacda7c43dddb00c5eaeb502e69..8a1c2b3ef32526166b17b642c8fd4cd3c1781570 100644 (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 {};