Remove debug+exit from last commit

Oops, Tux Paint just exited immediately, as part of my debug
testing. :)  Removed that.
This commit is contained in:
Bill Kendrick 2020-07-25 16:46:49 -07:00
parent f8cce36435
commit 1617a0ad77

View file

@ -22620,9 +22620,6 @@ static void setup_config(char *argv[])
exportdir = get_xdg_user_dir("PICTURES", "Pictures");
}
printf("Export Dir = %s\n", exportdir);
exit(0);
/* Load options from user's own configuration (".rc" / ".cfg") file: */
#if defined(_WIN32)