py_ext/PythonFileCTNMixin.py
changeset 1120 35d772ec1a76
parent 1118 2c96a2f36295
child 1124 b1705000eba1
--- a/py_ext/PythonFileCTNMixin.py	Fri May 10 13:07:41 2013 +0200
+++ b/py_ext/PythonFileCTNMixin.py	Fri May 10 13:15:18 2013 +0200
@@ -78,7 +78,6 @@
             ("__publish_", "", "", self.CodeFile.publishFunction),]:
             text += "def %s%s(%s):\n" % (func, location_str, args)
             lines = code_object.gettext().strip().splitlines()
-            print lines
             if len(lines) > 0 or return_code != "":
                 for line in lines:
                     text += "    " + line + "\n"