diff --git a/mirror.c b/mirror.c index e72fa05..0adb910 100644 --- a/mirror.c +++ b/mirror.c @@ -279,8 +279,6 @@ bool mirror(IMMDevice *monitor, IMMDevice *output) goto out; } - fprintf(stderr, "packet_size = %d, buffer_size = %d, padding = %d\n", packet_size, buffer_size, padding); - BYTE *mon_data = NULL; BYTE *out_data = NULL; UINT32 frames = 0;