diff --git a/examples/ui/scroll.rs b/examples/ui/scroll.rs index d41c88f839..04b44aa4b2 100644 --- a/examples/ui/scroll.rs +++ b/examples/ui/scroll.rs @@ -363,11 +363,3 @@ pub fn update_scroll_position( } } } - -fn report(sq: Query, With>) { - for node in sq { - println!("node size = {} ", node.size()); - println!("content size = {} ", node.content_size()); - println!("scrollbar size = {}", node.scrollbar_size); - } -}