From 933a5c226fffdcb4e1124d86df30336740e46677 Mon Sep 17 00:00:00 2001 From: Andrew Caudwell Date: Tue, 6 Apr 2010 10:01:53 +1200 Subject: [PATCH] Removed debug message. --- src/core/sdlapp.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/core/sdlapp.cpp b/src/core/sdlapp.cpp index 6956058..56cf41b 100644 --- a/src/core/sdlapp.cpp +++ b/src/core/sdlapp.cpp @@ -84,7 +84,6 @@ void SDLAppInit() { #ifdef SDLAPP_CONF_DIR if (SDLAppDirExists(SDLAPP_CONF_DIR)) { - debugLog("conf dir test = %s\n", SDLAPP_CONF_DIR); conf_dir = SDLAPP_CONF_DIR; } #endif @@ -110,7 +109,7 @@ void SDLAppInit() { fontmanager.setDir(fonts_dir); gSDLAppResourceDir = resource_dir; - gSDLAppConfDir = conf_dir; + gSDLAppConfDir = conf_dir; } void SDLAppParseArgs(int argc, char *argv[], int* xres, int* yres, bool* fullscreen, std::vector* otherargs) {