emrtd: non-BAC: tested! remove debug print

This commit is contained in:
Philippe Teuwen 2020-12-19 20:53:16 +01:00
parent 669eea1f74
commit 3098f01dd9

View file

@ -935,7 +935,6 @@ static bool emrtd_do_auth(char *documentnumber, char *dob, char *expiry, bool BA
PrintAndLogEx(INFO, "Basic Access Control is enforced. Will attempt external authentication.");
} else {
*BAC = false;
PrintAndLogEx(INFO, "EF_DG1: %s", sprint_hex(response, resplen));
}
}