From f78d127b1c43398401af082d90d188545f350436 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Thu, 11 Oct 2012 23:59:17 +0200 Subject: [PATCH] Removing console.log line --- tests/Layer/WMS.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Layer/WMS.html b/tests/Layer/WMS.html index 9577acea91..7f9f020676 100644 --- a/tests/Layer/WMS.html +++ b/tests/Layer/WMS.html @@ -552,7 +552,6 @@ map.pan(260, 520); map.pan(-260, -520); t.eq(layer.grid[0][0].bounds, bounds, "no floating point errors after dragging back and forth"); - console.log(bounds.toString()) map.destroy(); OpenLayers.Animation.isNative = isNative;