FIX: 'lf search' should work now again.

This commit is contained in:
iceman1001 2017-07-31 11:46:35 +02:00
commit 1bf452e842
2 changed files with 2 additions and 3 deletions

View file

@ -385,8 +385,7 @@ int AskEm410xDecode(bool verbose, uint32_t *hi, uint64_t *lo ) {
PrintAndLog("DEBUG: Em410x idx: %d, Len: %d, Printing Demod Buffer:", idx, size);
printDemodBuff();
}
printf("ice B %d \n", verbose);
if (verbose)
printEM410x(*hi, *lo);