handle exception reporting in RageException

This commit is contained in:
Glenn Maynard
2003-02-14 19:00:37 +00:00
parent 1ea055bf3b
commit b47254c32b
2 changed files with 13 additions and 12 deletions
-11
View File
@@ -342,17 +342,6 @@ int main(int argc, char* argv[])
catch( RageException e )
{
g_sErrorString = e.what();
LOG->Trace(
"\n"
"//////////////////////////////////////////////////////\n"
"Exception: %s\n"
"//////////////////////////////////////////////////////\n"
"\n",
g_sErrorString.GetString()
);
LOG->Flush();
}
#endif