mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-05 18:49:27 +00:00
Remove the unused debug message
This commit is contained in:
parent
b3ff35663b
commit
e6194ddd0a
@ -285,8 +285,6 @@ static void show_mok_info (void *Mok, UINTN MokSize)
|
||||
if (!Mok || MokSize == 0)
|
||||
return;
|
||||
|
||||
Print(L"size: %d\n", MokSize);
|
||||
|
||||
efi_status = get_sha256sum(Mok, MokSize, hash);
|
||||
|
||||
if (efi_status != EFI_SUCCESS) {
|
||||
|
Loading…
Reference in New Issue
Block a user