aboutsummaryrefslogtreecommitdiffstats
path: root/src/wayland-client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland-client.c')
-rw-r--r--src/wayland-client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wayland-client.c b/src/wayland-client.c
index 8f3e106..5845698 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -469,10 +469,6 @@ wl_display_iterate(struct wl_display *display, uint32_t mask)
len = wl_connection_data(display->connection, mask);
- if (wl_debug && (mask & WL_DISPLAY_READABLE))
- fprintf(stderr,
- "[-----------] wakeup, read %d bytes\n", len);
-
while (len > 0) {
if (len < sizeof p)
break;