Removed debug messages.
This commit is contained in:
parent
a76ddf87a3
commit
ed7f9b99f7
@ -61,7 +61,6 @@ class SM:
|
||||
#Detect variables
|
||||
envvars = { 'MMSOURCE19': 'mmsource-1.9',
|
||||
'SOURCEMOD15': 'sourcemod-central',
|
||||
'BREAKPAD': 'google-breakpad',
|
||||
'HL2SDKCSS': 'hl2sdk-css',
|
||||
'HL2SDKOBVALVE': 'hl2sdk-ob-valve',
|
||||
'HL2SDKL4D': 'hl2sdk-l4d',
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user