tRemoving the debugging stuff from last commit. - rohrpost - A commandline mail client to change the world as we see it.
(HTM) git clone git://r-36.net/rohrpost
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit f8c5bf5bfdd743e475d1cad23cac27d9cd5835bd
(DIR) parent 8056ab10c09a65ba9a15a09e33d2b8a6dc867539
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 16 Dec 2012 09:39:22 +0100
Removing the debugging stuff from last commit.
Diffstat:
cfg.c | 3 ---
1 file changed, 0 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/cfg.c b/cfg.c
t@@ -93,10 +93,7 @@ config_stop(config_t *cfg)
char *path;
if (cfg->changed) {
- fprintf(stderr, "cfg->changed\n");
path = config_mkcfgpath(cfg->name);
- fprintf(stderr, "path = %s\n", path);
- fprintf(stderr, "cfg->path = %s\n", cfg->path);
if (config_write(cfg, NULL) == NULL)
edie("config_write");
free(path);