From 79acc45db6b273dd55be8ef003ac2c1118bc9706 Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 7 Jun 2007 19:40:53 +0000 Subject: [PATCH] remove console.log from test -- soon this will not be necessary. god save us git-svn-id: http://svn.openlayers.org/trunk/openlayers@3288 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Control/test_LayerSwitcher.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Control/test_LayerSwitcher.html b/tests/Control/test_LayerSwitcher.html index cecc307edf..d25c5148d7 100644 --- a/tests/Control/test_LayerSwitcher.html +++ b/tests/Control/test_LayerSwitcher.html @@ -28,7 +28,6 @@ map = new OpenLayers.Map('map'); control = new OpenLayers.Control.LayerSwitcher({'div':OpenLayers.Util.getElement('layerswitcher')}); map.addControl(control); - console.log(control.outsideViewport); t.eq(control.div.style.width, "250px", "Div is not minimized when added."); control = new OpenLayers.Control.LayerSwitcher(); map.addControl(control);