Skip to content

Commit

Permalink
Remove extra println
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McNab <[email protected]>
  • Loading branch information
PoignardAzur and DJMcNab authored Aug 30, 2024
1 parent cc7c698 commit c0d1c84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions masonry/src/render_root.rs
Original file line number Diff line number Diff line change
Expand Up @@ -549,9 +549,7 @@ impl RenderRoot {
// Update the focus-chain if necessary
// Always do this before sending focus change, since this event updates the focus chain.
if self.root_state().update_focus_chain {
let event = LifeCycle::BuildFocusChain;
println!("BuildFocusChain");
self.root_lifecycle(event);
self.root_lifecycle(LifeCycle::BuildFocusChain);
}

if self.root_state().request_anim {
Expand Down

0 comments on commit c0d1c84

Please sign in to comment.