From e1992ae3be2d4c2ecdc420b6c40dd9f554c9ff77 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 10 May 2025 18:38:58 +0200 Subject: Revert "temp debug" This reverts commit ce3203ebc7b1b6bd12aac8871853f2fb0142b4ed. --- src/window/wayland.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window/wayland.c b/src/window/wayland.c index d9f6e74..b7907be 100644 --- a/src/window/wayland.c +++ b/src/window/wayland.c @@ -100,7 +100,6 @@ static const struct wl_output_listener output_listener = { static void registry_add_object(void *data, struct wl_registry *registry, uint32_t name, const char *interface, uint32_t version) { (void)version; gsr_window_wayland *window_wayland = data; - printf("info: wayland interface: %s\n", interface); if(strcmp(interface, "wl_compositor") == 0) { if(window_wayland->compositor) return; -- cgit v1.2.3-70-g09d2