[gnome-tour] Remove useless logs
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tour] Remove useless logs
- Date: Tue, 20 Sep 2022 12:09:37 +0000 (UTC)
commit 890fbdf888ca49afbeeaa27b82ca6bfd69c4d2df
Author: Bilal Elmoussaoui <belmouss redhat com>
Date: Tue Sep 20 14:03:58 2022 +0200
Remove useless logs
src/widgets/paginator.rs | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/src/widgets/paginator.rs b/src/widgets/paginator.rs
index 602aa30..2feabe4 100644
--- a/src/widgets/paginator.rs
+++ b/src/widgets/paginator.rs
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]