From b73e3acd0a87933d89dc2f5b8c04e625f910a05b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 7 Jul 2020 16:42:57 +0200 Subject: [PATCH] bar/wayland: remove debug output --- bar/wayland.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/bar/wayland.c b/bar/wayland.c index 4ae07eb..0452cb0 100644 --- a/bar/wayland.c +++ b/bar/wayland.c @@ -282,9 +282,6 @@ seat_handle_capabilities(void *data, struct wl_seat *wl_seat, LOG_INFO("seat %p: cursor theme: %s, size: %u", wl_seat, cursor_theme, cursor_size); - assert(backend->shm); - LOG_INFO("SCALE: %d", backend->scale); - struct wl_cursor_theme *theme = wl_cursor_theme_load( cursor_theme, cursor_size * backend->scale, backend->shm);