diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-10 18:38:58 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-10 18:38:58 +0200 |
commit | e1992ae3be2d4c2ecdc420b6c40dd9f554c9ff77 (patch) | |
tree | 56c22deacd2a1101ad82ecc80ad300896e6c872f /src/window/wayland.c | |
parent | ce3203ebc7b1b6bd12aac8871853f2fb0142b4ed (diff) |
Revert "temp debug"
This reverts commit ce3203ebc7b1b6bd12aac8871853f2fb0142b4ed.
Diffstat (limited to 'src/window/wayland.c')
-rw-r--r-- | src/window/wayland.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |