remove debug print

This commit is contained in:
Philippe Teuwen 2019-08-30 00:08:31 +02:00
parent e47969aa95
commit de5c5df732

View file

@ -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;
}