Remove debugmessage

This commit is contained in:
Michael Stapelberg 2008-10-29 23:29:06 +01:00
parent 7d0f324b7a
commit b052bfa79b

View File

@ -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;