diff options
author | Damien Bargiacchi <drb@google.com> | 2016-09-08 02:19:56 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-09-08 02:19:56 +0200 |
commit | a09b65adae0f474eef3bf574dd5bc2297969eccf (patch) | |
tree | 339d4f12a26b848dc62a10ce307c395ceb6c7c8b | |
parent | Remove duplicate methods and variables from WearRecoveryUI (diff) | |
parent | Remove debug log statement; fix build (diff) | |
download | android_bootable_recovery-a09b65adae0f474eef3bf574dd5bc2297969eccf.tar android_bootable_recovery-a09b65adae0f474eef3bf574dd5bc2297969eccf.tar.gz android_bootable_recovery-a09b65adae0f474eef3bf574dd5bc2297969eccf.tar.bz2 android_bootable_recovery-a09b65adae0f474eef3bf574dd5bc2297969eccf.tar.lz android_bootable_recovery-a09b65adae0f474eef3bf574dd5bc2297969eccf.tar.xz android_bootable_recovery-a09b65adae0f474eef3bf574dd5bc2297969eccf.tar.zst android_bootable_recovery-a09b65adae0f474eef3bf574dd5bc2297969eccf.zip |
Diffstat (limited to '')
-rw-r--r-- | screen_ui.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/screen_ui.cpp b/screen_ui.cpp index ef32d3da7..a33605ac0 100644 --- a/screen_ui.cpp +++ b/screen_ui.cpp @@ -513,8 +513,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. |