diff --git a/OvmfPkg/Library/PlatformBmPrintScLib/StatusCodeHandler.c b/OvmfPkg/Library/PlatformBmPrintScLib/StatusCodeHandler.c
index 594ab105e2..cb3a2878c0 100644
--- a/OvmfPkg/Library/PlatformBmPrintScLib/StatusCodeHandler.c
+++ b/OvmfPkg/Library/PlatformBmPrintScLib/StatusCodeHandler.c
@@ -173,6 +173,7 @@ HandleStatusCode (
//
// Print the message to the console.
//
+ /*
if (Value == mLoadPrep || Value == mStartPrep) {
Print (
L"%a: %a %s \"%s\" from %s\n",
@@ -193,6 +194,7 @@ HandleStatusCode (
((EFI_RETURN_STATUS_EXTENDED_DATA *)Data)->ReturnStatus
);
}
+ */
//
// Done.