We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084ae14 commit 67e2ce3Copy full SHA for 67e2ce3
test/maplibregl/overlay/GraticuleLayerSpec.js
@@ -43,7 +43,6 @@ describe('maplibregl_GraticuleLayer', () => {
43
beforeEach(() => {
44
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
45
jasmine.DEFAULT_TIMEOUT_INTERVAL = 50000;
46
- debugger
47
if (!map.getLayer('graticuleLayer_1')) {
48
graticuleLayer = new GraticuleLayer({layerID :'graticuleLayer_1'});
49
graticuleLayer.onAdd(map);
0 commit comments