From e4c246984f559f2cfde3ed2ebb2e08822c440928 Mon Sep 17 00:00:00 2001 From: Glowbal Date: Sat, 5 Sep 2015 14:10:04 +0200 Subject: [PATCH] Removed another debug trace that should not be there --- addons/medical/XEH_postInit.sqf | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/medical/XEH_postInit.sqf b/addons/medical/XEH_postInit.sqf index 97f5e64c44..7aae2bb231 100644 --- a/addons/medical/XEH_postInit.sqf +++ b/addons/medical/XEH_postInit.sqf @@ -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},