bar/wayland: remove debug output

This commit is contained in:
Daniel Eklöf 2020-07-07 16:42:57 +02:00
parent 6f22edaba6
commit b73e3acd0a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -282,9 +282,6 @@ seat_handle_capabilities(void *data, struct wl_seat *wl_seat,
LOG_INFO("seat %p: cursor theme: %s, size: %u", LOG_INFO("seat %p: cursor theme: %s, size: %u",
wl_seat, cursor_theme, cursor_size); wl_seat, cursor_theme, cursor_size);
assert(backend->shm);
LOG_INFO("SCALE: %d", backend->scale);
struct wl_cursor_theme *theme = wl_cursor_theme_load( struct wl_cursor_theme *theme = wl_cursor_theme_load(
cursor_theme, cursor_size * backend->scale, backend->shm); cursor_theme, cursor_size * backend->scale, backend->shm);