From: Stefan Behnel Date: Fri, 11 Jul 2008 16:02:04 +0000 (+0200) Subject: accidental commit X-Git-Tag: 0.9.8.1~123^2~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c3b8f90cb8bb87e46479a29ededd7813b6f9221d;p=cython.git accidental commit --- diff --git a/Cython/Compiler/ParseTreeTransforms.py b/Cython/Compiler/ParseTreeTransforms.py index 7704500d..9d03cba4 100644 --- a/Cython/Compiler/ParseTreeTransforms.py +++ b/Cython/Compiler/ParseTreeTransforms.py @@ -46,8 +46,6 @@ class NormalizeTree(CythonTransform): self.visitchildren(node) self.is_in_statlist = stacktmp if not self.is_in_statlist and not self.is_in_expr: - if isinstance(node, TupleNode): - print node return StatListNode(pos=node.pos, stats=[node]) else: return node