1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-14 07:18:49 +00:00

Remove leftover debug logging of password.

This commit is contained in:
Nicholas Marriott 2009-07-21 21:20:07 +00:00
parent 76a9d98562
commit 3eb6080de3

View File

@ -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);
}