From: Robert Bradshaw Date: Fri, 10 Oct 2008 08:39:11 +0000 (-0700) Subject: remove debug statement X-Git-Tag: 0.9.9.2.beta~46 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5ef2899eb686cb7d157e4abb960ce1676d04237b;p=cython.git remove debug statement --- diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py index c5d3a51a..7f993eeb 100644 --- a/Cython/Compiler/ExprNodes.py +++ b/Cython/Compiler/ExprNodes.py @@ -2834,7 +2834,7 @@ class ListNode(SequenceNode): self.result(), i, arg.result())) - elif self.type.is_struct or 1: + elif self.type.is_struct: for arg, member in zip(self.args, self.type.scope.var_entries): code.putln("%s.%s = %s;" % ( self.result(),