From 9ee66decaba961cd16fff635f7e508b0bb365e13 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Mon, 14 Aug 2006 15:53:11 +0000 Subject: [PATCH] Ahh, the time-honored practice of debugging via print statements. --- stepmania/src/RageFileManager.cpp | 1 - 1 file changed, 1 deletion(-) 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 );