[Pywps-commits] r480 - trunk/pywps/WPS

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 29 16:44:52 CEST 2008


Author: jachym
Date: 2008-04-29 16:44:52 +0200 (Tue, 29 Apr 2008)
New Revision: 480

Modified:
   trunk/pywps/WPS/Execute.py
Log:
removed debugging code

Modified: trunk/pywps/WPS/Execute.py
===================================================================
--- trunk/pywps/WPS/Execute.py	2008-04-29 14:42:04 UTC (rev 479)
+++ trunk/pywps/WPS/Execute.py	2008-04-29 14:44:52 UTC (rev 480)
@@ -404,8 +404,6 @@
         """
         Fill input of complex data
         """
-        print dir(input)
-        print input.type, self.wps.inputs
         complexInput["complexdata"] = input.value
         complexInput["encoding"] = input.format["encoding"]
         complexInput["mimetype"] = input.format["mimeType"]
@@ -455,6 +453,7 @@
         for identifier in self.process.outputs.keys():
             templateOutput = {}
             output = self.process.outputs[identifier]
+            pr
 
 
             templateOutput["identifier"] = output.identifier



More information about the Pywps-commits mailing list