From a685884a4f2b301782ac11a144e3c4cf1c756199 Mon Sep 17 00:00:00 2001 From: euzuro Date: Mon, 6 Apr 2009 22:31:37 +0000 Subject: [PATCH] remove stray console.log() from test. breaks in all non-FF browsers git-svn-id: http://svn.openlayers.org/trunk/openlayers@9222 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/Format/WMSDescribeLayer.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Format/WMSDescribeLayer.html b/tests/Format/WMSDescribeLayer.html index d89a156ae1..7c962a6da3 100644 --- a/tests/Format/WMSDescribeLayer.html +++ b/tests/Format/WMSDescribeLayer.html @@ -17,8 +17,6 @@ var res = parser.read(text); - console.log(res); - t.eq(res.length, 1, "Only one LayerDescription in data, so only one parsed");