summaryrefslogtreecommitdiffstats
path: root/screen_ui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'screen_ui.cpp')
-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.