From c7a74374339ce4a6385dcc47ddecc7a56792bf11 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Tue, 9 Dec 2008 17:42:18 +0100 Subject: [PATCH] wibox: remove spurious fprintf() Signed-off-by: Julien Danjou --- wibox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wibox.c b/wibox.c index 1446a6d64..fc4be328a 100644 --- a/wibox.c +++ b/wibox.c @@ -716,7 +716,6 @@ wibox_widgets_table_build(lua_State *L, wibox_t *wibox) static bool luaA_wibox_hasitem(lua_State *L, wibox_t *wibox, const void *item) { - fprintf(stderr, "look for %p\n", item); if(wibox->widgets_table != LUA_REFNIL) { lua_rawgeti(globalconf.L, LUA_REGISTRYINDEX, wibox->widgets_table);