Skip to content

Commit

Permalink
Removed debug message.
Browse files Browse the repository at this point in the history
  • Loading branch information
acaudwell committed Apr 5, 2010
1 parent 416dfc5 commit 933a5c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/sdlapp.cpp
Expand Up @@ -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
Expand All @@ -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<std::string>* otherargs) {
Expand Down

0 comments on commit 933a5c2

Please sign in to comment.