diff --git a/Library/OcAppleBootCompatLib/ServiceOverrides.c b/Library/OcAppleBootCompatLib/ServiceOverrides.c index 5bbd7a25..0ff149e5 100644 --- a/Library/OcAppleBootCompatLib/ServiceOverrides.c +++ b/Library/OcAppleBootCompatLib/ServiceOverrides.c @@ -491,10 +491,6 @@ OcGetMemoryMap ( // during hibernate wake to be able to iterate memory map. // BootCompat->ServiceState.MemoryMapDescriptorSize = *DescriptorSize; - - if (*MemoryMapSize > EFI_PAGE_SIZE) { - DEBUG ((DEBUG_INFO, "OCABC: Memory map exceeds 4K - %u, booting may fail\n", (UINT32) *MemoryMapSize)); - } } return Status;