From 95fe3a88d6c057b9835de9b81868fe0980fd9614 Mon Sep 17 00:00:00 2001 From: Nam Se Hyun <3580430+namse@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:31:39 +0900 Subject: [PATCH] Update namui/namui-prebuilt/src/table/mod.rs Co-authored-by: bigfoodK <38313680+bigfoodK@users.noreply.github.com> --- namui/namui-prebuilt/src/table/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/namui/namui-prebuilt/src/table/mod.rs b/namui/namui-prebuilt/src/table/mod.rs index 4d8ac1ef3..292b0d48a 100644 --- a/namui/namui-prebuilt/src/table/mod.rs +++ b/namui/namui-prebuilt/src/table/mod.rs @@ -345,9 +345,6 @@ impl Component for InternalSlice<'_> { if let TableCellType::Fit { .. } = table_cell_type { let is_first_draw = fit_bounding_box_map.get(&index).is_none(); let bounding_box = namui::bounding_box(&rendering_tree); - println!("xywh: {:?}", xywh); - println!("rendering_tree: {:#?}", rendering_tree); - println!("bounding_box: {:?}", bounding_box); set_bounding_box_map.mutate({ move |bounding_box_map| { bounding_box_map.insert(index, bounding_box);