From: Michael Stapelberg Date: Wed, 29 Oct 2008 22:29:06 +0000 (+0100) Subject: Remove debugmessage X-Git-Tag: 1.0~37 X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3status;a=commitdiff_plain;h=b052bfa79b905268d498268d6fd4e5f272987b2b Remove debugmessage --- diff --git a/config.c b/config.c index ff57f66..ed5c96f 100644 --- a/config.c +++ b/config.c @@ -114,7 +114,6 @@ int load_configuration(const char *configfile) { free(globbed); globbed = strdup(dest_value); } - fprintf(stderr, "gots path: %s\n", globbed); if (globbed[strlen(globbed)-1] != '/') die("wmii_path is not terminated by /"); wmii_path = globbed;