Remove console.debug from selectinteraction tests
This commit is contained in:
@@ -66,7 +66,6 @@ describe('ol.interaction.Select', function() {
|
|||||||
clientY: position.y + y + height / 2,
|
clientY: position.y + y + height / 2,
|
||||||
shiftKey: shiftKey
|
shiftKey: shiftKey
|
||||||
})));
|
})));
|
||||||
console.debug(event);
|
|
||||||
map.handleMapBrowserEvent(event);
|
map.handleMapBrowserEvent(event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user