mirror of
https://github.com/tmate-io/tmate.git
synced 2024-12-24 23:59:03 +01:00
Remove leftover debug logging of password.
This commit is contained in:
parent
76a9d98562
commit
3eb6080de3
@ -118,7 +118,6 @@ cmd_set_password_exec(struct cmd *self, struct cmd_ctx *ctx)
|
|||||||
server_password = NULL;
|
server_password = NULL;
|
||||||
else
|
else
|
||||||
server_password = xstrdup(data->password);
|
server_password = xstrdup(data->password);
|
||||||
log_debug("pw now %s", server_password);
|
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user