config: Remove debug
This commit is contained in:
parent
30c48c858e
commit
4c0a33ddfc
@ -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")));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user