[Mapbender-commits] r8726 - trunk/mapbender/http/classes
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Oct 11 00:02:29 PDT 2013
Author: armin11
Date: 2013-10-11 00:02:29 -0700 (Fri, 11 Oct 2013)
New Revision: 8726
Modified:
trunk/mapbender/http/classes/class_wfs.php
Log:
Without DEBUG output ;-)
Modified: trunk/mapbender/http/classes/class_wfs.php
===================================================================
--- trunk/mapbender/http/classes/class_wfs.php 2013-10-11 07:00:23 UTC (rev 8725)
+++ trunk/mapbender/http/classes/class_wfs.php 2013-10-11 07:02:29 UTC (rev 8726)
@@ -239,7 +239,6 @@
return null;
}
$gml = $gmlObj->toGml();
- //$e = new mb_exception("GML sended: ".$gml);
if (is_null($gml)) {
$e = new mb_exception("GML is not set.");
return null;
@@ -265,7 +264,6 @@
}
$postData = $this->wrapTransaction($featureType, $requestData);
- $e = new mb_exception("POST Data sended: ".$postData);
return $this->post($this->transaction, $postData);
}
More information about the Mapbender_commits
mailing list