Remove debug prints

This commit is contained in:
Midgard 2022-10-20 18:08:09 +02:00
parent b963cdaa46
commit ac32252983
Signed by: midgard
GPG key ID: 511C112F1331BBB4

View file

@ -185,10 +185,6 @@ registry_global(void *data, struct wl_registry *wl_registry,
} else if (strcmp(interface, zwlr_layer_shell_v1_interface.name) == STR_EQUAL) {
state->wl_state.layer_shell = wl_registry_bind(
wl_registry, name, &zwlr_layer_shell_v1_interface, 1);
fprintf(stderr, "Registered global %s, bound address\n", interface);
printf("%lx\n", (unsigned long int)state->wl_state.layer_shell);
fprintf(stderr, "Stored into state\n");
printf("%lx\n", (unsigned long int)state);
} else if (strcmp(interface, wl_seat_interface.name) == STR_EQUAL) {
state->wl_state.wl_seat = wl_registry_bind(