remove leftover

This commit is contained in:
Philippe Teuwen 2021-04-19 01:18:12 +02:00
parent e2cc02af49
commit d2246e6606

View file

@ -1446,7 +1446,7 @@ int CmdLFfind(const char *Cmd) {
} }
} }
if (demodDestron(true) == PM3_SUCCESS) { // to do before HID if (demodDestron(true) == PM3_SUCCESS) { // to do before HID
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("FDX-A FECAVA Destron ID") " found!"); if (! search_cont) goto out; PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("FDX-A FECAVA Destron ID") " found!");
if (search_cont) { if (search_cont) {
found++; found++;
} else { } else {
@ -1621,7 +1621,7 @@ int CmdLFfind(const char *Cmd) {
goto out; goto out;
} }
} }
/* /*
if (demodTI() == PM3_SUCCESS) { if (demodTI() == PM3_SUCCESS) {
PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("Texas Instrument ID") " found!"); PrintAndLogEx(SUCCESS, "\nValid " _GREEN_("Texas Instrument ID") " found!");
if (search_cont) { if (search_cont) {
@ -1638,7 +1638,7 @@ int CmdLFfind(const char *Cmd) {
goto out; goto out;
} }
} }
*/ */
if (found == 0) { if (found == 0) {
PrintAndLogEx(FAILED, _RED_("No known 125/134 kHz tags found!")); PrintAndLogEx(FAILED, _RED_("No known 125/134 kHz tags found!"));
} }