Merge "Remove magic code to flash the screen" am: 176a6c4964

Original change: https://android-review.googlesource.com/c/platform/bootable/recovery/+/1779905

Change-Id: Icca9e888b2c040e6953c5a178b88a6556b40194f
diff --git a/minui/graphics_fbdev.cpp b/minui/graphics_fbdev.cpp
index 2584017..0d0fabc 100644
--- a/minui/graphics_fbdev.cpp
+++ b/minui/graphics_fbdev.cpp
@@ -131,8 +131,6 @@
   SetDisplayedFramebuffer(0);
 
   printf("framebuffer: %d (%zu x %zu)\n", fb_fd.get(), gr_draw->width, gr_draw->height);
-
-  Blank(true);
   Blank(false);
 
   return gr_draw;