From 2f2dfd6239166da1ebfbb8980ac9ee2beaefb819 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 15 Mar 2019 00:19:18 +0100 Subject: [PATCH] remove debug line --- client/cmddata.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/cmddata.c b/client/cmddata.c index c6e6cb5c3..aa44611ed 100644 --- a/client/cmddata.c +++ b/client/cmddata.c @@ -424,7 +424,6 @@ int CmdPrintDemodBuff(const char *Cmd) { if (numBits == 0) { return 0; } - PrintAndLogEx(NORMAL, "DemodBuffer: %i bits consumed", numBits); PrintAndLogEx(NORMAL, "DemodBuffer: %s", hex); } else { PrintAndLogEx(NORMAL, "DemodBuffer:\n%s", sprint_bin_break(DemodBuffer + offset, length, 16));