mirror of
https://github.com/Proxmark/proxmark3.git
synced 2024-11-11 01:35:51 +08:00
minor fix - got too comment happy removing test code
should not have commented this code out
This commit is contained in:
parent
e888ed8e62
commit
ea7d657f75
1 changed files with 2 additions and 2 deletions
|
@ -240,10 +240,10 @@ int Cmdaskrawdemod(const char *Cmd)
|
|||
}
|
||||
}
|
||||
}
|
||||
/*
|
||||
|
||||
//debug
|
||||
if ((bitnum>64) && (BitStream[bitnum-1]!=77)) break;
|
||||
*/
|
||||
|
||||
}
|
||||
}
|
||||
ClearGraph(0);
|
||||
|
|
Loading…
Reference in a new issue