mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08:00
remove debug line
This commit is contained in:
parent
f1a0e57f65
commit
2f2dfd6239
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue