From fc10cc0c65d3dcedf5c35a25d3ad16165d206b7d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= <krh@bitplanet.net>
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 89462962f..0e18db22c 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
-- 
GitLab