emrtd: hide SOD todo for now

This commit is contained in:
Philippe Teuwen 2020-12-19 19:44:26 +01:00
commit 669eea1f74

View file

@ -1472,9 +1472,9 @@ static int emrtd_print_ef_dg12_info(uint8_t *data, size_t datalen) {
} }
static int emrtd_print_ef_sod_info(uint8_t *data, size_t datalen) { static int emrtd_print_ef_sod_info(uint8_t *data, size_t datalen) {
PrintAndLogEx(NORMAL, ""); // PrintAndLogEx(NORMAL, "");
PrintAndLogEx(INFO, "-------------------- " _CYAN_("EF_SOD") " --------------------"); // PrintAndLogEx(INFO, "-------------------- " _CYAN_("EF_SOD") " --------------------");
PrintAndLogEx(WARNING, "TODO"); // PrintAndLogEx(WARNING, "TODO");
return PM3_SUCCESS; return PM3_SUCCESS;
} }