removed debug log

This commit is contained in:
Bjanski 2016-08-05 22:25:05 +02:00
parent fe9923594f
commit 8f42005e84

View File

@ -45,8 +45,7 @@ _lastPos = [];
{
private["_ctrl","_pos","_logo","_function"];
_ctrl = _display displayCtrl _idc;
diag_log format["Test - idc = %1, isNull = %2", _idc , isNull _ctrl];
if(isNull _ctrl)then{
_ctrl = _display ctrlCreate ["RscExileXM8AppButton1x1",_idc,_slide];
_xPos = if( (_lastPos select 0) == (30 - 3) * (0.025) ) then { (4 - 3) * (0.025) } else { (_lastPos select 0) + ( 6.5 * 0.025 ) };