From 05898312cec709261a999bd77a47e1ea2fc6a1cb Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 23 Oct 2014 19:30:16 +0200 Subject: [PATCH] Removed debugging messages committed accidentally --- src/panel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/panel.c b/src/panel.c index f721ec2..303e002 100644 --- a/src/panel.c +++ b/src/panel.c @@ -545,8 +545,6 @@ int panel_reset(Panel * panel) if((applets = panel_get_config(panel, s, "applets")) != NULL && string_length(applets) == 0) applets = NULL; - fprintf(stderr, "DEBUG: %s() %u \"%s\"\n", __func__, position, - applets); string_delete(s); if(enabled == FALSE || applets == NULL) {