From e6194ddd0a3f5ee126fd959ca679e6beff0d4994 Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Thu, 20 Sep 2012 10:35:43 +0800 Subject: [PATCH] Remove the unused debug message --- MokManager.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/MokManager.c b/MokManager.c index 2821324..37cebbc 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) {