From 1617a0ad772e48761f492d8ace95966b13e585fb Mon Sep 17 00:00:00 2001 From: Bill Kendrick Date: Sat, 25 Jul 2020 16:46:49 -0700 Subject: [PATCH] Remove debug+exit from last commit Oops, Tux Paint just exited immediately, as part of my debug testing. :) Removed that. --- src/tuxpaint.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index e2abdebf8..69e9ddb0a 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -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)