From 2ae3a84db65b16c3eb0b2dfbf2913587370fea45 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Tue, 15 Sep 2020 11:46:41 +0200 Subject: [PATCH] remove debugstatement --- client/src/cmdhfst.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/cmdhfst.c b/client/src/cmdhfst.c index fe741b002..9aa44eea0 100644 --- a/client/src/cmdhfst.c +++ b/client/src/cmdhfst.c @@ -436,7 +436,6 @@ static int cmd_hf_st_ndef(const char *Cmd) { return PM3_ESOFT; } - PrintAndLogEx(INFO, "ice: %s", sprint_hex_inrow(response + 2, resplen - 4)); NDEFRecordsDecodeAndPrint(response + 2, resplen - 4); return PM3_SUCCESS; }