From 30620609b296306f463d1a2533f95f765f81b309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Sun, 29 Aug 2010 21:12:25 -0400 Subject: [PATCH] Remove debug message --- clients/window.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/window.c b/clients/window.c index c6c36e98..752ddbcb 100644 --- a/clients/window.c +++ b/clients/window.c @@ -1090,7 +1090,6 @@ drag_handle_device(void *data, struct wl_drag *drag, struct wl_input_device *device) { struct input *input; - fprintf(stderr, "device for drag %p: %p\n", drag, device); input = wl_input_device_get_user_data(device); input->drag = drag;