From 7b14c9853050f1949b47d92be2a4bd8834e0169c Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sat, 29 Aug 2020 11:58:36 +0200 Subject: [PATCH] printf remove --- client/src/wiegand_formatutils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/wiegand_formatutils.c b/client/src/wiegand_formatutils.c index 0d58e9d6f..3879e616e 100644 --- a/client/src/wiegand_formatutils.c +++ b/client/src/wiegand_formatutils.c @@ -134,7 +134,6 @@ static uint8_t get_length_from_header(wiegand_message_t *data) { hfmt = 0; len = 37; } else if ((data->Mid & 0x0000001F) > 0) { // 36-32 bits - printf("a\n"); hfmt = data->Mid & 0x0000001F; len = 32; } else {