Commit 890fbdf8 authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

Remove useless logs

parent 111180f0
......@@ -167,8 +167,6 @@ impl PaginatorWidget {
let can_target_start = opacity_next < f64::EPSILON;
let can_target_next = opacity_next > 0_f64 && position <= forelast_page;
log::debug!("page number {}/{}", page_nr, last_page);
imp.start_btn.set_opacity(opacity_start);
imp.start_btn.set_visible(opacity_start > 0_f64);
imp.start_btn.set_can_target(can_target_start);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment