diff options
| author | Gary Ching-Pang Lin <glin@suse.com> | 2012-09-20 10:35:43 +0800 |
|---|---|---|
| committer | Gary Ching-Pang Lin <glin@suse.com> | 2012-09-20 10:35:43 +0800 |
| commit | e6194ddd0a3f5ee126fd959ca679e6beff0d4994 (patch) | |
| tree | da074faf8e0b6c14c1d900a6c3d981c6b72f4ff6 | |
| parent | b3ff35663b1291bb4d3a726015e4cd8e6d0ce3fd (diff) | |
| download | efi-boot-shim-e6194ddd0a3f5ee126fd959ca679e6beff0d4994.tar.gz efi-boot-shim-e6194ddd0a3f5ee126fd959ca679e6beff0d4994.zip | |
Remove the unused debug message
| -rw-r--r-- | MokManager.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MokManager.c b/MokManager.c index 28213249..37cebbc1 100644 --- a/MokManager.c +++ b/MokManager.c @@ -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) { |
