From 2db8a14ad4a67aecfa2947597d8760c76b2635bb Mon Sep 17 00:00:00 2001 From: Gary Ching-Pang Lin Date: Thu, 20 Sep 2012 10:35:43 +0800 Subject: Remove the unused debug message --- MokManager.c | 2 -- 1 file changed, 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) { -- cgit v1.2.3