remove spurious output

This commit is contained in:
Glenn Maynard
2003-09-05 06:40:21 +00:00
parent ded559d84a
commit 30029f49aa
-1
View File
@@ -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