From 34b4bdd8355032e26e3477f3f614c0b73b3e4949 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Tue, 8 Mar 2011 06:13:46 +0000 Subject: [PATCH] removing redundant variable definition git-svn-id: http://svn.openlayers.org/trunk/openlayers@11662 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Map.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Map.html b/tests/Map.html index b94d5278e3..d4a8d12b6d 100644 --- a/tests/Map.html +++ b/tests/Map.html @@ -1570,7 +1570,6 @@ function test_pan(t) { t.plan(4); - var log = []; var map = new OpenLayers.Map("map"); map.addLayer( new OpenLayers.Layer(null, {isBaseLayer: true})