From 59b48c755e6d9e873c11902fd46248ab4a5daf33 Mon Sep 17 00:00:00 2001 From: euzuro Date: Wed, 21 Jun 2006 16:04:06 +0000 Subject: [PATCH] remove extraneous alert() git-svn-id: http://svn.openlayers.org/trunk/openlayers@658 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/test_Control_PanZoom.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_Control_PanZoom.html b/tests/test_Control_PanZoom.html index 8bc636e7c3..16ff093871 100644 --- a/tests/test_Control_PanZoom.html +++ b/tests/test_Control_PanZoom.html @@ -35,7 +35,6 @@ new OpenLayers.Pixel(20,20)); map.setCenter(new OpenLayers.LonLat(0,0), 0); var res = map.getResolution(); - alert(res) control.buttons[0].onmousedown(evt); t.eq( map.getCenter().lat, res*50, "Pan up works correctly" ); control.buttons[1].onmousedown(evt);