remove debug

This commit is contained in:
commy2 2015-12-11 14:24:54 +01:00
parent 5d9a057165
commit ee7f8f82f5

View File

@ -27,7 +27,7 @@ if (_filterFunction isEqualType {}) then {
format [QGVAR(ItemKey:%1:%2), _itemList lbText _i, _itemList lbPicture _i],
configNull
];
diag_log text format [QGVAR(ItemKey:%1:%2), _itemList lbText _i, _itemList lbPicture _i];
if (!isNull _config && {!(_config call _filterFunction)}) then {
_itemList lbDelete _i;