Skip to content

Commit

Permalink
remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
iceman1001 committed Jul 14, 2023
1 parent 3c6d1c4 commit 23eca8f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions client/src/emv/cmdemv.c
Original file line number Diff line number Diff line change
Expand Up @@ -2295,16 +2295,6 @@ static int CmdEMVList(const char *Cmd) {
}

static int CmdEMVTest(const char *Cmd) {

uint8_t pan[16] = "4000340099900505";
uint8_t expiry[4] = "2102";
uint8_t servicecode[3] = "101";
uint8_t atc[4] = "1001";

emv_calc_cvv(pan, 16, expiry, servicecode, atc);
return PM3_SUCCESS;


CLIParserContext *ctx;
CLIParserInit(&ctx, "emv test",
"Executes tests\n",
Expand Down

0 comments on commit 23eca8f

Please sign in to comment.