remove debug line

This commit is contained in:
Philippe Teuwen 2019-03-15 00:19:18 +01:00
parent f1a0e57f65
commit 2f2dfd6239

View file

@ -424,7 +424,6 @@ int CmdPrintDemodBuff(const char *Cmd) {
if (numBits == 0) { if (numBits == 0) {
return 0; return 0;
} }
PrintAndLogEx(NORMAL, "DemodBuffer: %i bits consumed", numBits);
PrintAndLogEx(NORMAL, "DemodBuffer: %s", hex); PrintAndLogEx(NORMAL, "DemodBuffer: %s", hex);
} else { } else {
PrintAndLogEx(NORMAL, "DemodBuffer:\n%s", sprint_bin_break(DemodBuffer + offset, length, 16)); PrintAndLogEx(NORMAL, "DemodBuffer:\n%s", sprint_bin_break(DemodBuffer + offset, length, 16));