diff --git a/examples/tour.rs b/examples/tour.rs index 6d7a080f..f5bb84d1 100644 --- a/examples/tour.rs +++ b/examples/tour.rs @@ -29,7 +29,7 @@ impl Application for Tour { scroll: scrollable::State::new(), back_button: button::State::new(), next_button: button::State::new(), - debug: true, + debug: false, }, Command::none(), )