Remove console.debug from selectinteraction tests

This commit is contained in:
Frederic Junod
2015-03-24 14:42:30 +01:00
parent 6a8b236d82
commit b7c4e4f297

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);
}