remove output

This commit is contained in:
Glenn Maynard
2003-11-11 21:22:27 +00:00
parent a3031073a7
commit 202d35668f
@@ -387,7 +387,6 @@ static void child_process()
temp = new char [size];
ret = read(3, temp, size);
const CString CrashedThread(temp);
printf("got '%s'\n", CrashedThread.c_str());
delete[] temp;
/* Wait for the child to either finish cleaning up or die. XXX: