mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-14 19:24:10 +08:00
remove debug print
This commit is contained in:
parent
e47969aa95
commit
de5c5df732
1 changed files with 0 additions and 1 deletions
|
@ -407,7 +407,6 @@ int loadFile_safe(const char *preferredName, const char *suffix, void **pdata, s
|
||||||
char *path;
|
char *path;
|
||||||
int res = searchFile(&path, "", preferredName, suffix);
|
int res = searchFile(&path, "", preferredName, suffix);
|
||||||
if (res != PM3_SUCCESS) {
|
if (res != PM3_SUCCESS) {
|
||||||
PrintAndLogEx(INFO, "res: %d Curr path:: %s", res, path);
|
|
||||||
return PM3_EFILE;
|
return PM3_EFILE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue