Remove debug output

master
Nikola Forró 7 years ago
parent acf168b042
commit bcb81bb615

@ -279,8 +279,6 @@ bool mirror(IMMDevice *monitor, IMMDevice *output)
goto out; goto out;
} }
fprintf(stderr, "packet_size = %d, buffer_size = %d, padding = %d\n", packet_size, buffer_size, padding);
BYTE *mon_data = NULL; BYTE *mon_data = NULL;
BYTE *out_data = NULL; BYTE *out_data = NULL;
UINT32 frames = 0; UINT32 frames = 0;

Loading…
Cancel
Save