diff options
Diffstat (limited to 'rootston/cursor.c')
-rw-r--r-- | rootston/cursor.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rootston/cursor.c b/rootston/cursor.c index a5953e4a..c794cbce 100644 --- a/rootston/cursor.c +++ b/rootston/cursor.c @@ -426,7 +426,6 @@ void roots_cursor_handle_request_set_cursor(struct roots_cursor *cursor, return; } - wlr_log(L_DEBUG, "Setting client cursor"); wlr_cursor_set_surface(cursor->cursor, event->surface, event->hotspot_x, event->hotspot_y); cursor->cursor_client = event->seat_client->client; |