diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2009-07-21 21:20:07 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2009-07-21 21:20:07 +0000 |
commit | 3eb6080de39f995cc2fb90c63dc314e98ac169df (patch) | |
tree | e587a31ddad8303303bc0c0fbb1d205ece39b8ee | |
parent | 76a9d9856272dc8210e1f2a2a832ef4455e2ca1e (diff) | |
download | rtmux-3eb6080de39f995cc2fb90c63dc314e98ac169df.tar.gz rtmux-3eb6080de39f995cc2fb90c63dc314e98ac169df.tar.bz2 rtmux-3eb6080de39f995cc2fb90c63dc314e98ac169df.zip |
Remove leftover debug logging of password.
-rw-r--r-- | cmd-set-password.c | 1 |
1 files changed, 0 insertions, 1 deletions
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); } |