removed marker logging on init module

This commit is contained in:
Valmo Trindade
2024-12-11 05:40:30 -03:00
parent 9f3ad4f9ed
commit e23c8cdb78

View File

@@ -50,8 +50,6 @@ if (isServer && _activated) exitWith {
} forEach _syncedUnits;
_request = "armatak" callExtension ["ots_api:post", [_markers]];
systemChat format ["Result: %1, Code: %2", _request select 0, _request select 1];
}, 1, []] call CBA_fnc_addPerFrameHandler;
}, [], 5] call CBA_fnc_waitAndExecute;
};