[client,common] remove useless printf

This commit is contained in:
akallabeth
2025-09-29 11:30:20 +02:00
parent 6c5fc3623e
commit a5ba33eb68

View File

@@ -552,7 +552,6 @@ static BOOL client_cli_authenticate_raw(freerdp* instance, rdp_auth_reason reaso
}
{
printf("%s", pwdAuth);
char* line = calloc(password_size, sizeof(char));
if (!line)