diff options
| author | Aura Linden <aura@lindenlab.com> | 2012-11-29 23:33:31 -0800 | 
|---|---|---|
| committer | Aura Linden <aura@lindenlab.com> | 2012-11-29 23:33:31 -0800 | 
| commit | 1149c94c5b5008f6c076ce4b072f54e48c4783ae (patch) | |
| tree | ee0578bb4db47d7a8c0c4f5019bbd96bca709c05 /indra/mac_crash_logger | |
| parent | acc53a1c226999878d26b0b4bd58ac8df3256c06 (diff) | |
Crashlogger only runs when it comes from teamcity so I must checkin debug and wait.  What fun.
Diffstat (limited to 'indra/mac_crash_logger')
| -rw-r--r-- | indra/mac_crash_logger/mac_crash_logger.cpp | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/indra/mac_crash_logger/mac_crash_logger.cpp b/indra/mac_crash_logger/mac_crash_logger.cpp index 4d0a7af27f..5e6806c08e 100644 --- a/indra/mac_crash_logger/mac_crash_logger.cpp +++ b/indra/mac_crash_logger/mac_crash_logger.cpp @@ -34,12 +34,6 @@  int main(int argc, char **argv)  { -    std::ofstream outputFile; -    outputFile.open("/tmp/aura.txt"); -    outputFile << "TEstiNG" << std::endl; -    llinfos << "SPATTERS ASDFSDFSDF" << llendl; -	llinfos << "Starting crash reporter." << llendl; -  	LLCrashLoggerMac app;  	app.parseCommandOptions(argc, argv); @@ -57,7 +51,5 @@ int main(int argc, char **argv)  	app.cleanup();  	llinfos << "Crash reporter finished normally." << llendl; -    outputFile.close(); -      	return 0;  } | 
