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

Commit 43d18602 authored by Damien Bargiacchi's avatar Damien Bargiacchi
Browse files

Remove debug log statement; fix build

Change-Id: Ief92ec99d902ed58a48be9c2486cb99fdb184d7b
parent 5e7cfb9a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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.