Merge 0.10->trunk
[prosody.git] / plugins / mod_auth_internal_plain.lua
index 2e231065883070ecc2227dce08e490549a3eace9..db5284320e78e495f2bebda1999619da40715f63 100644 (file)
@@ -16,7 +16,6 @@ local accounts = module:open_store("accounts");
 
 -- 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);