From 23eca8fecc20e26965689dc520e3099520851d5e Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 14 Jul 2023 18:29:50 +0200 Subject: [PATCH] remove debugging code --- client/src/emv/cmdemv.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/client/src/emv/cmdemv.c b/client/src/emv/cmdemv.c index e148e19bb..52c3db0e9 100644 --- a/client/src/emv/cmdemv.c +++ b/client/src/emv/cmdemv.c @@ -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",