Getting rid of debugger statement.

This commit is contained in:
ahocevar
2012-06-20 11:26:33 +02:00
parent 25d4ef17fd
commit 4854eee97c

View File

@@ -133,7 +133,6 @@ describe("ol.Map", function() {
expect(proj instanceof ol.Projection).toBe(true);
expect(proj.code()).toBe("EPSG:4326");
debugger;
map.center([10, 20]);
map.userProjection("EPSG:3857");