diff --git a/tests/Format/Filter/v1.html b/tests/Format/Filter/v1.html index a8e1282bfa..9b617cf521 100644 --- a/tests/Format/Filter/v1.html +++ b/tests/Format/Filter/v1.html @@ -72,7 +72,6 @@ var filter = format.read(xml.read(test_xml).documentElement); t.eq(filter.type, OpenLayers.Filter.Comparison.IS_NULL, "[0] read correct type"); - console.log(filter); t.eq(filter.property, 'prop', "[0] record correct property name");