remove extraneous alert()

git-svn-id: http://svn.openlayers.org/trunk/openlayers@658 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-06-21 16:04:06 +00:00
parent ead31f6dc6
commit 59b48c755e

View File

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