From 8ce2ae57d9b15b211528a0b7da7b14f0d9ebc686 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 16 Jun 2004 03:41:33 +0000 Subject: [PATCH] whoops --- stepmania/src/archutils/Unix/CrashHandler.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/archutils/Unix/CrashHandler.cpp b/stepmania/src/archutils/Unix/CrashHandler.cpp index 92bb28ed71..f59551dd97 100644 --- a/stepmania/src/archutils/Unix/CrashHandler.cpp +++ b/stepmania/src/archutils/Unix/CrashHandler.cpp @@ -339,7 +339,6 @@ static void RunCrashHandler( const CrashData *crash ) /* Stop other threads. XXX: This prints a spurious ptrace error if any threads * are already suspended, which happens in ForceCrashHandlerDeadlock(). */ RageThread::HaltAllThreads(); -fprintf(stderr, "crash\n"); /* We need to be very careful, since we're under crash conditions. Let's fork * a process and exec ourself to get a clean environment to work in. */