mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 21:15:59 +01:00
wlr_seat_pointer: Remove log on notify_button
This commit is contained in:
parent
a02da8e6f6
commit
46d2f80c38
1 changed files with 0 additions and 4 deletions
|
@ -379,10 +379,6 @@ uint32_t wlr_seat_pointer_notify_button(struct wlr_seat *wlr_seat,
|
|||
struct wlr_seat_pointer_grab *grab = pointer_state->grab;
|
||||
uint32_t serial = grab->interface->button(grab, time, button, state);
|
||||
|
||||
wlr_log(WLR_DEBUG, "button_count=%zu grab_serial=%"PRIu32" serial=%"PRIu32"",
|
||||
pointer_state->button_count,
|
||||
pointer_state->grab_serial, serial);
|
||||
|
||||
if (serial && pointer_state->button_count == 1 &&
|
||||
state == WLR_BUTTON_PRESSED) {
|
||||
pointer_state->grab_serial = serial;
|
||||
|
|
Loading…
Reference in a new issue