Revert "temp debug"

This reverts commit ce3203ebc7.
This commit is contained in:
dec05eba
2025-05-10 18:38:58 +02:00
parent ce3203ebc7
commit e1992ae3be

View File

@@ -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;