OvmfPkg/PlatformPei: Remove duplicate Xen memory map debug message

This duplicate message was intended to be removed from r15207
before it was committed. (It was pointed out by Wei Liu.)

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15213 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Jordan Justen 2014-02-09 01:58:58 +00:00 committed by jljusten
parent 5b05611330
commit 620b682e14
1 changed files with 0 additions and 1 deletions

View File

@ -171,7 +171,6 @@ InitializeRamRegions (
if (!mXen) {
QemuInitializeRam ();
} else {
DEBUG ((EFI_D_INFO, "Using memory map provided by Xen\n"));
XenPublishRamRegions ();
}
}