From 35cfd4931faebe807c3ecc7758b1eed72e8f65a8 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 18 Jun 2020 17:55:09 +0200 Subject: [PATCH] remove debug statement --- client/src/proxmark3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/proxmark3.c b/client/src/proxmark3.c index e13c79591..d2840a1f7 100644 --- a/client/src/proxmark3.c +++ b/client/src/proxmark3.c @@ -477,7 +477,6 @@ static void set_my_user_directory(void) { free(cwd_buffer); return; } - PrintAndLogEx(NORMAL, "Len... %d", pathLen); } if (!error) {