From 43d186021a9fae0d2aa4e1a409fdb7132402db00 Mon Sep 17 00:00:00 2001 From: Damien Bargiacchi Date: Wed, 7 Sep 2016 17:11:07 -0700 Subject: Remove debug log statement; fix build Change-Id: Ief92ec99d902ed58a48be9c2486cb99fdb184d7b --- screen_ui.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/screen_ui.cpp b/screen_ui.cpp index f884797d3..95b97d15c 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp @@ -512,8 +512,6 @@ void ScreenRecoveryUI::LoadAnimation() { intro_frames = intro_frame_names.size(); loop_frames = loop_frame_names.size(); - LOGD("Recovery animation intro_frames: %d, loop_frames: %d\n", intro_frames, loop_frames); - // It's okay to not have an intro. if (intro_frames == 0) intro_done = true; // But you must have an animation. -- cgit v1.2.3