From: Stefan Behnel Date: Fri, 3 Aug 2007 13:35:52 +0000 (+0200) Subject: debug code left over X-Git-Tag: 0.9.6.14~29^2~129^2~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d4ec60af6f1fde707fc08a929e058c1cd49bf2d;p=cython.git debug code left over --- diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index 05945bb3..d2d1d292 100644 --- a/Cython/Compiler/ModuleNode.py +++ b/Cython/Compiler/ModuleNode.py @@ -1071,7 +1071,6 @@ class ModuleNode(Nodes.Node, Nodes.BlockNode): "static __Pyx_StringTabEntry %s[] = {" % Naming.stringtab_cname) for entry in entries: - print repr(entry.init), type(entry.init) code.putln( "{&%s, %s, sizeof(%s), %d}," % ( entry.pystring_cname,