Remove debugg statement

This commit is contained in:
Marc Jansen
2012-06-22 18:26:09 +02:00
parent be9448457d
commit c54dda723a

View File

@@ -207,7 +207,6 @@ describe("ol.geom.collection", function() {
ol.geom.point([30,10])
])
]);
debugger;
var centroid = c.centroid();
expect(centroid.x() + ',' + centroid.y()).toBe('20,20');
});