Remove debug log statement; fix build
Change-Id: Ief92ec99d902ed58a48be9c2486cb99fdb184d7b
This commit is contained in:
parent
5e7cfb9af6
commit
43d186021a
1 changed files with 0 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue