detachables: Remove screen blanking

This is not necessary anymore and rendering is taken
care of in depthcharge.

BUG=b:35585623
BRANCH=None
TEST=reboot and scroll through menus and make sure that
     rendering is still good.

Change-Id: I078751014c8f84fb2ee403b6895e9dfa58e758d6
Signed-off-by: Shelley Chen <shchen@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/731114
Reviewed-by: Randall Spangler <rspangler@chromium.org>
diff --git a/firmware/lib/vboot_ui_menu.c b/firmware/lib/vboot_ui_menu.c
index 7a00f3d..82ef422 100644
--- a/firmware/lib/vboot_ui_menu.c
+++ b/firmware/lib/vboot_ui_menu.c
@@ -874,11 +874,6 @@
 
 			ret = vb2_update_menu(ctx);
 			vb2_set_disabled_idx_mask(shared->flags);
-			/*
-			 * Unfortunately, we need the blanking to get rid of
-			 * artifacts from previous menu printing.
-			 */
-			VbDisplayScreen(ctx, cparams, VB_SCREEN_BLANK, 0);
 			vb2_draw_current_screen(ctx, cparams);
 
 			/* Probably shutting down */