Removed debug printlns from example
This commit is contained in:
parent
ce7d507d86
commit
b7ac3b270c
@ -363,11 +363,3 @@ pub fn update_scroll_position(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn report(sq: Query<Ref<ComputedNode>, With<ScrollingList>>) {
|
|
||||||
for node in sq {
|
|
||||||
println!("node size = {} ", node.size());
|
|
||||||
println!("content size = {} ", node.content_size());
|
|
||||||
println!("scrollbar size = {}", node.scrollbar_size);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user