Skip to content

Commit

Permalink
remove stray println
Browse files Browse the repository at this point in the history
  • Loading branch information
Adjective-Object authored and not-fl3 committed Jan 2, 2025
1 parent 9aafb1f commit 709fe99
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/native/linux_wayland.rs
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,6 @@ unsafe extern "C" fn xdg_toplevel_handle_configure(
height: i32,
_states: *mut wl_array,
) -> () {
println!("xdg_toplevel_handle_configure");
assert!(!data.is_null());
let payload: &mut WaylandPayload = &mut *(data as *mut _);
let mut d = crate::native_display().lock().unwrap();
Expand Down

0 comments on commit 709fe99

Please sign in to comment.