From 30029f49aae7a0899a3b60521c85993704dc8c60 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 5 Sep 2003 06:40:21 +0000 Subject: [PATCH] remove spurious output --- stepmania/src/StepMania.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index e04291ebe1..2192df81af 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -93,7 +93,6 @@ static void ChangeToDirOfExecutable(const char *argv0) if( DirOfExecutable.size() == 0 || (DirOfExecutable[0] != '/' && DirOfExecutable[0] != '\\') ) DirOfExecutable = GetCwd() + "/" + DirOfExecutable; - printf("doe = '%s'\n", DirOfExecutable.c_str()); #ifndef _XBOX /* Make sure the current directory is the root program directory * We probably shouldn't do this; rather, we should know where things