Removed debug messages.

This commit is contained in:
Asher Baker
2013-05-16 07:50:25 +01:00
parent a76ddf87a3
commit ed7f9b99f7
2 changed files with 1 additions and 6 deletions
+1 -5
View File
@@ -49,7 +49,7 @@ const int kNumHandledSignals = sizeof(kExceptionSignals) / sizeof(kExceptionSign
static bool dumpCallback(const google_breakpad::MinidumpDescriptor& descriptor, void* context, bool succeeded)
{
printf("Dump path: %s\n", descriptor.path());
printf("Wrote minidump to: %s\n", descriptor.path());
return succeeded;
}
@@ -71,8 +71,6 @@ void OnGameFrame(bool simulating)
return;
}
META_CONPRINTF(">>> SOME BITCH OVERWROTE OUR HANDLER\n");
struct sigaction act;
memset(&act, 0, sizeof(act));
sigemptyset(&act.sa_mask);
@@ -112,8 +110,6 @@ void UploadCrashDump(const char *path)
void Accelerator::OnCoreMapStart(edict_t *pEdictList, int edictCount, int clientMax)
{
META_CONPRINTF(">>> MinidumpAccount: %s\n", g_pSM->GetCoreConfigValue("MinidumpAccount"));
DIR *dumps = opendir(buffer);
dirent *dump;