Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0430aa5b authored by Damien Bargiacchi's avatar Damien Bargiacchi Committed by android-build-merger
Browse files

Remove debug log statement; fix build am: 43d18602

am: a09b65ad

Change-Id: I77cb5b4d5262f236a237c5f82a92a7876a9dfccd
parents 13c51939 a09b65ad
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.