From 75b8ef8d9801aec40654c955ff941a3205859603 Mon Sep 17 00:00:00 2001 From: pml68 Date: Thu, 24 Oct 2024 20:45:26 +0200 Subject: test: remove some unneeded printlns --- iced_builder/src/main.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'iced_builder/src/main.rs') diff --git a/iced_builder/src/main.rs b/iced_builder/src/main.rs index 0c76374..424e0e0 100644 --- a/iced_builder/src/main.rs +++ b/iced_builder/src/main.rs @@ -119,7 +119,6 @@ impl App { .into() } Message::HandleNew(name, zones) => { - //println!("\n\n{:?}\n{name}\n{:?}", zones, self.title()); let ids: Vec = zones.into_iter().map(|z| z.0).collect(); if ids.len() > 0 { let action = ActionKind::new(ids, &mut self.project.content.clone(), None); @@ -157,13 +156,6 @@ impl App { ) ); } - //println!( - // "\n\n{:?}\n{element:0.4}", - // zones - // .into_iter() - // .map(|c| c.0) - // .collect::>() - //); } Message::PaneResized(pane_grid::ResizeEvent { split, ratio }) => { self.pane_state.resize(split, ratio); -- cgit v1.2.3