From 4c0a33ddfcaa5021af6dc36ac76435de2404c5dc Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Tue, 9 Dec 2008 20:17:28 +0100 Subject: [PATCH] config: Remove debug --- src/config.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/config.c b/src/config.c index f2f319f..7124009 100644 --- a/src/config.c +++ b/src/config.c @@ -184,15 +184,11 @@ void conf_tag_section(cfg_t *cfg_t) { int i, j, k, l = 0; - Bool grh = False; /* If there is no tag in the conf or more than * MAXTAG (32) print an error and create only one. */ - printf("---> %s\n", tag_opts[5].name); - deb(tag_opts[5].def.boolean); - conf.tag_round = cfg_getbool(cfg_t, "tag_round"); conf.colors.tagselfg = strdup(alias_to_str(cfg_getstr(cfg_t, "sel_fg"))); conf.colors.tagselbg = getcolor(alias_to_str(cfg_getstr(cfg_t, "sel_bg")));