summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wayland-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wayland-client.c b/src/wayland-client.c
index bbfc035..7814379 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -465,7 +465,6 @@ handle_event(struct wl_display *display,
proxy = wl_map_lookup(&display->objects, id);
if (proxy == WL_ZOMBIE_OBJECT) {
- fprintf(stderr, "Message to zombie object\n");
wl_connection_consume(display->connection, size);
return;
} else if (proxy == NULL || proxy->object.implementation == NULL) {