Remove unused code

This commit is contained in:
Tim Schaub
2019-09-29 07:05:48 -06:00
parent d2b25533c2
commit 7c8b2215d4

View File

@@ -390,7 +390,6 @@ describe('ol.interaction.Draw', function() {
simulateEvent('pointerup', 60, 70);
const features = source.getFeatures();
// expect(features).to.have.length(1);
const geometry = features[0].getGeometry();
expect(geometry).to.be.a(LineString);
expect(geometry.getCoordinates()).to.eql(