Skip to content

Commit cb92f39

Browse files
committed
Revert "SecurityPkg: Add an assert to TCG log function if log is full (#257)"
This reverts commit 348b4bd.
1 parent fd6a145 commit cb92f39

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

SecurityPkg/Tcg/Tcg2Dxe/Tcg2Dxe.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,6 @@ TcgCommLogEvent (
894894
DEBUG ((DEBUG_INFO, " NewLogSize - 0x%x\n", NewLogSize));
895895
DEBUG ((DEBUG_INFO, " LogSize - 0x%x\n", EventLogAreaStruct->EventLogSize));
896896
DEBUG ((DEBUG_INFO, "TcgCommLogEvent - %r\n", EFI_OUT_OF_RESOURCES));
897-
ASSERT (FALSE); // MU_CHANGE: Assert to catch systematic TCG log truncation during DEBUG testing.
898897
return EFI_OUT_OF_RESOURCES;
899898
}
900899

0 commit comments

Comments
 (0)