summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Bargiacchi <drb@google.com>2016-09-08 02:19:56 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-09-08 02:19:56 +0200
commita09b65adae0f474eef3bf574dd5bc2297969eccf (patch)
tree339d4f12a26b848dc62a10ce307c395ceb6c7c8b
parentRemove duplicate methods and variables from WearRecoveryUI (diff)
parentRemove debug log statement; fix build (diff)
downloadandroid_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
-rw-r--r--screen_ui.cpp2
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.