From bcb81bb61547f1ac225e9e85d1885a2044551716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Sat, 19 May 2018 13:16:09 +0200 Subject: [PATCH] Remove debug output --- mirror.c | 2 -- 1 file changed, 2 deletions(-) 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;