mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 08:54:38 +09:00
Removed logs
This commit is contained in:
@@ -327,7 +327,6 @@ void freerdp_client_parse_rdp_file_option_ascii(rdpFile* file, char* option)
|
||||
|
||||
BOOL freerdp_client_parse_rdp_file_buffer_ascii(rdpFile* file, const BYTE* buffer, size_t size)
|
||||
{
|
||||
fprintf(stderr, "freerdp_client_parse_rdp_file_buffer_ascii");
|
||||
int length;
|
||||
char* line;
|
||||
char* type;
|
||||
@@ -400,7 +399,6 @@ next_line:
|
||||
|
||||
BOOL freerdp_client_parse_rdp_file_buffer_unicode(rdpFile* file, const BYTE* buffer, size_t size)
|
||||
{
|
||||
fprintf(stderr, "freerdp_client_parse_rdp_file_buffer_unicode\n");
|
||||
int length;
|
||||
WCHAR* line;
|
||||
WCHAR* type;
|
||||
|
||||
Reference in New Issue
Block a user