mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-25 00:25:48 +08:00
remove debug statement
This commit is contained in:
parent
7fe8354b47
commit
a7d099bc2b
1 changed files with 1 additions and 1 deletions
|
@ -3082,7 +3082,7 @@ static int CmdDiff(const char *Cmd) {
|
|||
*/
|
||||
|
||||
size_t n = (datalenA > datalenB) ? datalenB : datalenA;
|
||||
PrintAndLogEx(INFO, "data len: %zu A %zu B %zu", n, datalenA, datalenB);
|
||||
PrintAndLogEx(DEBUG, "data len: %zu A %zu B %zu", n, datalenA, datalenB);
|
||||
|
||||
if (inA == NULL)
|
||||
PrintAndLogEx(INFO, "inA null");
|
||||
|
|
Loading…
Reference in a new issue