From 3eb6080de39f995cc2fb90c63dc314e98ac169df Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 21 Jul 2009 21:20:07 +0000 Subject: [PATCH] Remove leftover debug logging of password. --- cmd-set-password.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd-set-password.c b/cmd-set-password.c index 1ec956c9..37702cde 100644 --- a/cmd-set-password.c +++ b/cmd-set-password.c @@ -118,7 +118,6 @@ cmd_set_password_exec(struct cmd *self, struct cmd_ctx *ctx) server_password = NULL; else server_password = xstrdup(data->password); - log_debug("pw now %s", server_password); return (0); }