diff --git a/svr-auth.c b/svr-auth.c
index fbfd27c2e05a6c2a82298e9b52177a3f800356d1..ee2b89f788e1f7d4f2ae7d0b383e8d4917d5c067 100644
--- a/svr-auth.c
+++ b/svr-auth.c
@@ -155,7 +155,6 @@ void recv_msg_userauth_request() {
 				AUTH_METHOD_NONE_LEN) == 0) {
 		TRACE(("recv_msg_userauth_request: 'none' request"))
 #ifdef ALLOW_BLANK_PASSWORD
-		TRACE(("pw_passwd '%s'", ses.authstate.pw_passwd))
 		if (!svr_opts.noauthpass 
 				&& !(svr_opts.norootpass && ses.authstate.pw_uid == 0) 
 				&& ses.authstate.pw_passwd[0] == '\0')