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
This commit is contained in:
euzuro
2009-04-06 22:31:37 +00:00
parent 143f72a8e5
commit a685884a4f

View File

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