Remove unnecessary logging

This commit is contained in:
Drew DeVault 2017-09-28 18:47:52 -04:00
parent e3af7d508f
commit 262c3b1638
2 changed files with 0 additions and 2 deletions

View File

@ -377,7 +377,6 @@ void wlr_seat_pointer_send_axis(struct wlr_seat *wlr_seat, uint32_t time,
}
static void keyboard_key_notify(struct wl_listener *listener, void *data) {
wlr_log(L_DEBUG, "Updating keyboard");
struct wlr_seat_keyboard *seat_kb = wl_container_of(
listener, seat_kb, key);
struct wlr_seat *seat = seat_kb->seat;

View File

@ -117,7 +117,6 @@ static void wlr_surface_update_size(struct wlr_surface *surface) {
surface->current.width = _width;
surface->current.height = _height;
wlr_log(L_DEBUG, "%dx%d", _width, _height);
}
static void wlr_surface_to_buffer_region(struct wlr_surface *surface,