Merge pull request #3391 from fredj/cleanup

Minor code cleanup
This commit is contained in:
Frédéric Junod
2015-03-24 14:57:51 +01:00
2 changed files with 3 additions and 7 deletions

View File

@@ -66,7 +66,6 @@ describe('ol.interaction.Select', function() {
clientY: position.y + y + height / 2,
shiftKey: shiftKey
})));
console.debug(event);
map.handleMapBrowserEvent(event);
}