From de5c5df732398980f72bc6e51bdfa1d52de79d4b Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 30 Aug 2019 00:08:31 +0200 Subject: [PATCH] remove debug print --- client/fileutils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/fileutils.c b/client/fileutils.c index 1a6b40e53..62671952e 100644 --- a/client/fileutils.c +++ b/client/fileutils.c @@ -407,7 +407,6 @@ int loadFile_safe(const char *preferredName, const char *suffix, void **pdata, s char *path; int res = searchFile(&path, "", preferredName, suffix); if (res != PM3_SUCCESS) { - PrintAndLogEx(INFO, "res: %d Curr path:: %s", res, path); return PM3_EFILE; }