From 8f860e516e682d60a06c1a13743138410eed5afa Mon Sep 17 00:00:00 2001 From: Matt Walker Date: Sat, 13 Oct 2012 20:05:43 +0100 Subject: [PATCH] Removed stray console.log in PropertyIsNull test --- tests/Format/Filter/v1.html | 1 - 1 file changed, 1 deletion(-) 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");