mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-06 08:08:53 +08:00
Remove incorrect message (my own regression)
This commit is contained in:
parent
17844afe9d
commit
939d3d4a93
1 changed files with 1 additions and 3 deletions
|
@ -1138,10 +1138,8 @@ int loadFileJSONex(const char *preferredName, void *data, size_t maxdatalen, siz
|
||||||
char ctype[100] = {0};
|
char ctype[100] = {0};
|
||||||
JsonLoadStr(root, "$.FileType", ctype);
|
JsonLoadStr(root, "$.FileType", ctype);
|
||||||
|
|
||||||
// Proxmark3 settings file. No
|
// Proxmark3 settings file. Nothing to do except call the callback function
|
||||||
if (!strcmp(ctype, "settings")) {
|
if (!strcmp(ctype, "settings")) {
|
||||||
PrintAndLogEx(ERR, "ERROR: json " _YELLOW_("%s") " appears to be Proxmark3 settings file", preferredName);
|
|
||||||
PrintAndLogEx(INFO, "not a valid dump file");
|
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue