diff --git a/stepmania/src/RageFileManager.cpp b/stepmania/src/RageFileManager.cpp index a1388b4db5..6b10ac75c0 100644 --- a/stepmania/src/RageFileManager.cpp +++ b/stepmania/src/RageFileManager.cpp @@ -223,7 +223,6 @@ static void ChangeToDirOfExecutable( const RString &argv0 ) #elif defined(MACOSX) /* If the basename is not MacOS, then we've likely been launched via the command line * through a symlink. Assume this is the case and change to the dir of the symlink. */ - puts( RageFileManagerUtil::sDirOfExecutable ); if( Basename(RageFileManagerUtil::sDirOfExecutable) == "MacOS" ) CollapsePath( RageFileManagerUtil::sDirOfExecutable += "/../../.." ); chdir( RageFileManagerUtil::sDirOfExecutable );