mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-09 03:51:00 +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)
|
if (!Mok || MokSize == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Print(L"size: %d\n", MokSize);
|
|
||||||
|
|
||||||
efi_status = get_sha256sum(Mok, MokSize, hash);
|
efi_status = get_sha256sum(Mok, MokSize, hash);
|
||||||
|
|
||||||
if (efi_status != EFI_SUCCESS) {
|
if (efi_status != EFI_SUCCESS) {
|
||||||
|
Loading…
Reference in New Issue
Block a user