Remove debug prints
This commit is contained in:
parent
b963cdaa46
commit
ac32252983
1 changed files with 0 additions and 4 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue