Skip to content

Commit

Permalink
Removes redundant clear screen
Browse files Browse the repository at this point in the history
  • Loading branch information
cgreening committed Oct 3, 2021
1 parent 68e4194 commit 446247e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Epub/EpubList/EpubReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ void EpubReader::render()
{
parse_and_layout_current_section();
}
renderer->clear_screen();
ESP_LOGD(TAG, "rendering page %d of %d", state.current_page, parser->get_page_count());
parser->render_page(state.current_page, renderer, epub);
ESP_LOGD(TAG, "rendered page %d of %d", state.current_page, parser->get_page_count());
Expand Down

0 comments on commit 446247e

Please sign in to comment.