removed printvar

This commit is contained in:
iceman1001
2020-05-14 17:17:47 +02:00
parent 94aff186f3
commit bddd2a9fc1
4 changed files with 14 additions and 18 deletions

View File

@@ -164,10 +164,6 @@ void printarr(const char *name, uint8_t *arr, int len) {
free(output);
}
void printvar(const char *name, uint8_t *arr, int len) {
PrintAndLogEx(INFO, "%s = " _YELLOW_("%s"), name, sprint_hex(arr, len));
}
void printarr_human_readable(const char *title, uint8_t *arr, int len) {
if (arr == NULL) return;