Remove ol.DEBUG
This commit is contained in:
@@ -148,7 +148,6 @@ ol.geom.flat.closest.getClosestPoint = function(flatCoordinates, offset, end,
|
||||
return minSquaredDistance;
|
||||
}
|
||||
}
|
||||
ol.DEBUG && console.assert(maxDelta > 0, 'maxDelta should be larger than 0');
|
||||
var tmpPoint = opt_tmpPoint ? opt_tmpPoint : [NaN, NaN];
|
||||
var index = offset + stride;
|
||||
while (index < end) {
|
||||
|
||||
Reference in New Issue
Block a user