From e0b491fc769bd445bc1490031f9b1469a30b931a Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 6 Sep 2020 17:00:21 +0200 Subject: [PATCH] less messages --- client/src/cmdlf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/cmdlf.c b/client/src/cmdlf.c index 832161cef..c4a0be2fd 100644 --- a/client/src/cmdlf.c +++ b/client/src/cmdlf.c @@ -372,7 +372,7 @@ int CmdLFCommandRead(const char *Cmd) { if (resp.status == PM3_SUCCESS) { if (i) { PrintAndLogEx(SUCCESS, "downloading response signal data"); - getSamples(0, true); + getSamples(0, false); return PM3_SUCCESS; } else { PrintAndLogEx(WARNING, "timeout while waiting for reply.");