mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-02-25 16:13:58 +08:00
Removed double print-out
This commit is contained in:
parent
e654346b79
commit
e481bc3299
1 changed files with 0 additions and 1 deletions
|
@ -104,7 +104,6 @@ local library = {
|
|||
if result then
|
||||
local count,cmd,arg0,arg1,arg2 = bin.unpack('LLLL',result)
|
||||
if arg0 == 0 then
|
||||
print("iso14443a card select failed");
|
||||
return nil, "iso14443a card select failed"
|
||||
end
|
||||
data = string.sub(result,count)
|
||||
|
|
Loading…
Reference in a new issue