removed logging
This commit is contained in:
parent
0e01267f18
commit
6bd59ea1a4
@ -101,10 +101,8 @@ if !(_defaultMissionLocations isEqualTo []) then
|
|||||||
if (_isScubaMission) then
|
if (_isScubaMission) then
|
||||||
{
|
{
|
||||||
_coords = [] call blck_fnc_findShoreLocation;
|
_coords = [] call blck_fnc_findShoreLocation;
|
||||||
diag_log format["_initializeMission (102): _coords = %1",_coords];
|
|
||||||
} else {
|
} else {
|
||||||
_coords = [] call blck_fnc_findSafePosn;
|
_coords = [] call blck_fnc_findSafePosn;
|
||||||
diag_log format["_initializeMission (105): _coords = %1",_coords];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user