diff -r 34db4294c177 -r 35d772ec1a76 py_ext/PythonFileCTNMixin.py --- 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"