From 3930d1791a0657a422d50f4d2e2d2683c36e34b8 Mon Sep 17 00:00:00 2001 From: Rebecca Cran Date: Tue, 3 May 2022 14:07:56 -0600 Subject: ArmPlatformPkg: Remove overly verbose DEBUG lines in LcdGraphicsBlt The DEBUG output in LcdGraphicsBlt is overly verbose, and makes using the console difficult, for example when using the UiApp. Since the extra output should no longer be needed, delete the DEBUG lines. Signed-off-by: Rebecca Cran Reviewed-by: Sami Mujawar --- .../Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ArmPlatformPkg/Drivers') diff --git a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c index 01ec6f68bd..013506976f 100644 --- a/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c +++ b/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/LcdGraphicsOutputBlt.c @@ -815,18 +815,6 @@ LcdGraphicsBlt ( HorizontalResolution = This->Mode->Info->HorizontalResolution; VerticalResolution = This->Mode->Info->VerticalResolution; - DEBUG (( - DEBUG_INFO, - "LcdGraphicsBlt (BltOperation:%d,DestX:%d,DestY:%d,Width:%d,Height:%d) res(%d,%d)\n", - BltOperation, - DestinationX, - DestinationY, - Width, - Height, - HorizontalResolution, - VerticalResolution - )); - // Check we have reasonable parameters if ((Width == 0) || (Height == 0)) { DEBUG ((DEBUG_ERROR, "LcdGraphicsBlt: ERROR - Invalid dimension: Zero size area.\n")); -- cgit v1.2.3