Skip to content

Commit

Permalink
Remove stray println
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt committed Jan 23, 2024
1 parent 910cfee commit d7d3fcf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions azul-core/src/window_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1323,8 +1323,6 @@ impl CallbacksOfHitTest {
ret.nodes_scrolled_in_callbacks = Some(ret_nodes_scrolled_in_callbacks);
}

println!("---- frame end: {:#?}", ret);

ret
}
}
Expand Down Expand Up @@ -1523,10 +1521,6 @@ fn get_window_events(
events.push(WindowEventFilter::ThemeChanged);
}

if !events.is_empty() {
println!("got window events {:?}", events);
}

events
}

Expand Down

0 comments on commit d7d3fcf

Please sign in to comment.