Removed another debug trace that should not be there

This commit is contained in:
Glowbal 2015-09-05 14:10:04 +02:00
parent d9af19df28
commit e4c246984f

View File

@ -259,7 +259,6 @@ if (USE_WOUND_EVENT_SYNC) then {
["SettingsInitialized", {
if (GVAR(level) == 2) exitwith {
TRACE_6("ACE_DEBUG: SettingsInitialized_EH_ADVANCED",(_this select 0), GVAR(level),(_this select 0) getvariable QGVAR(bloodVolume),(_this select 0) getvariable QGVAR(pain), (_this select 0) getvariable QGVAR(painSuppress), [_this select 0] call FUNC(getBloodLoss));
[
{(((_this select 0) getvariable [QGVAR(bloodVolume), 100]) < 65)},
{(((_this select 0) getvariable [QGVAR(pain), 0]) - ((_this select 0) getvariable [QGVAR(painSuppress), 0])) > 0.9},