plugins/mod_auth_internal_plain.lua
changeset 5781 b374eb414a32
parent 5780 bc3bf4ded7e4
child 8060 4a9275594981
--- a/plugins/mod_auth_internal_plain.lua	Sat Aug 10 20:09:33 2013 +0200
+++ b/plugins/mod_auth_internal_plain.lua	Sat Aug 10 20:10:30 2013 +0200
@@ -16,7 +16,6 @@
 
 -- 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);