diff options
author | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-29 23:29:06 +0100 |
---|---|---|
committer | Michael Stapelberg <michael+x200@stapelberg.de> | 2008-10-29 23:29:06 +0100 |
commit | b052bfa79b905268d498268d6fd4e5f272987b2b (patch) | |
tree | e61d8d6bf8b3787659fd83b2a92818d3a5bf8818 /config.c | |
parent | 7d0f324b7a8e009da9fe5d61a60dc1c08526b46d (diff) |
Remove debugmessage
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |