From 42b0172ab2e00d3c9b1d74efa0d18c4abe660ea3 Mon Sep 17 00:00:00 2001 From: Jachym Cepicky Date: Wed, 13 Jun 2012 08:58:09 +0200 Subject: [PATCH] removed debugging text --- tests/Format/WPSExecute.html | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Format/WPSExecute.html b/tests/Format/WPSExecute.html index 2925b68b7c..e820800448 100644 --- a/tests/Format/WPSExecute.html +++ b/tests/Format/WPSExecute.html @@ -400,7 +400,6 @@ } } }); - console.log(result); t.xml_eq(result, expected, "WPS Execute written out correctly"); }