Skip to content

Commit 709fe99

Browse files
Adjective-Objectnot-fl3
authored andcommitted
remove stray println
1 parent 9aafb1f commit 709fe99

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/native/linux_wayland.rs

-1
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,6 @@ unsafe extern "C" fn xdg_toplevel_handle_configure(
478478
height: i32,
479479
_states: *mut wl_array,
480480
) -> () {
481-
println!("xdg_toplevel_handle_configure");
482481
assert!(!data.is_null());
483482
let payload: &mut WaylandPayload = &mut *(data as *mut _);
484483
let mut d = crate::native_display().lock().unwrap();

0 commit comments

Comments
 (0)