From b7c4e4f29715fb9309bcd756b6fda60350a782dd Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 24 Mar 2015 14:42:30 +0100 Subject: [PATCH] Remove console.debug from selectinteraction tests --- test/spec/ol/interaction/selectinteraction.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/spec/ol/interaction/selectinteraction.test.js b/test/spec/ol/interaction/selectinteraction.test.js index df5932c05a..d0aaf4f85a 100644 --- a/test/spec/ol/interaction/selectinteraction.test.js +++ b/test/spec/ol/interaction/selectinteraction.test.js @@ -66,7 +66,6 @@ describe('ol.interaction.Select', function() { clientY: position.y + y + height / 2, shiftKey: shiftKey }))); - console.debug(event); map.handleMapBrowserEvent(event); }