From: divverent Date: Mon, 25 Feb 2008 15:09:03 +0000 (+0000) Subject: remove misleading print from FS "My Games" code X-Git-Tag: xonotic-v0.1.0preview~2390 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=330e8828caf97ccf11d2155c04521a7d27d34e06;p=xonotic%2Fdarkplaces.git remove misleading print from FS "My Games" code git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8132 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/fs.c b/fs.c index 102a8e73..dc75fdce 100644 --- a/fs.c +++ b/fs.c @@ -1020,7 +1020,6 @@ void FS_AddGameHierarchy (const char *dir) #ifdef WIN32 if(SHGetFolderPath(NULL, CSIDL_PERSONAL, NULL, 0, mydocsdir) == S_OK) dpsnprintf(userdir, sizeof(userdir), "%s/My Games/%s/", mydocsdir, gameuserdirname); - fprintf(stderr, "userdir = %s\n", userdir); #else homedir = getenv ("HOME"); if(homedir)