Remove debugg statement
This commit is contained in:
@@ -207,7 +207,6 @@ describe("ol.geom.collection", function() {
|
|||||||
ol.geom.point([30,10])
|
ol.geom.point([30,10])
|
||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
debugger;
|
|
||||||
var centroid = c.centroid();
|
var centroid = c.centroid();
|
||||||
expect(centroid.x() + ',' + centroid.y()).toBe('20,20');
|
expect(centroid.x() + ',' + centroid.y()).toBe('20,20');
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user