From fc10cc0c65d3dcedf5c35a25d3ad16165d206b7d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 23 May 2013 21:47:37 -0400 Subject: [PATCH] shell: Remove input panel debug fprintf --- src/shell.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/shell.c b/src/shell.c index 8946296..0e18db2 100644 --- a/src/shell.c +++ b/src/shell.c @@ -3782,10 +3782,6 @@ input_panel_surface_set_toplevel(struct wl_client *client, input_panel_surface->output = output_resource->data; input_panel_surface->panel = 0; - - fprintf(stderr, "%s panel: %d, output: %p\n", __FUNCTION__, - input_panel_surface->panel, - input_panel_surface->output); } static void -- 2.7.4