diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-23 22:07:14 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-03-23 22:07:14 +0100 |
| commit | 919fb8a75f14cb62c49844a656b060e109988218 (patch) | |
| tree | adfbf8fd024570d3e501d8eede68203cf28a5e36 | |
| parent | 500dbf33fa9baec979abda070a64daa6d2605072 (diff) | |
remove debug printf
| -rw-r--r-- | wlock.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -182,7 +182,6 @@ add_monitor() void remove_monitor(Monitor *mon) { - fprintf(stderr, "remove monitor\n"); wl_surface_destroy(mon->surface); zwlr_layer_surface_v1_destroy(mon->wlr_surface); wl_output_destroy(mon->output); |