From 76e9f5b7a91563e8c9a29a9fabc9aea6dd7b2e85 Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Mon, 8 Oct 2012 20:35:25 +0200 Subject: [PATCH] remove debug printf --- dunst.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dunst.c b/dunst.c index 0d4da00..4f95f77 100644 --- a/dunst.c +++ b/dunst.c @@ -1617,7 +1617,6 @@ void parse_dunstrc(char *cmdline_config_path) cur_section = next_section(cur_section); if (!cur_section) break; - printf("%s\n", cur_section); if (strcmp(cur_section, "global") == 0 || strcmp(cur_section, "shortcuts") == 0 || strcmp(cur_section, "urgency_low") == 0