From 07ebefd6944a29ad9333fdbf4372e0ec0aed5cf0 Mon Sep 17 00:00:00 2001 From: Martin Duquesnoy Date: Sun, 21 Sep 2008 00:30:28 +0200 Subject: [PATCH] [config.c] Remove debug stuff --- config.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.c b/config.c index 4533b01..dfe2799 100644 --- a/config.c +++ b/config.c @@ -301,8 +301,6 @@ init_conf(void) conf.tag[i].layout.func = layout_name_to_layout(cfg_getstr(cfgtmp, "layout")); } - debug(tags[1].mwfact); - /* keybind ('tention ça rigole plus) */ conf.nkeybind = cfg_size(cfg_keys, "key"); for(j = 0; j < cfg_size(cfg_keys, "key"); ++j)