From 1d4ec60af6f1fde707fc08a929e058c1cd49bf2d Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 3 Aug 2007 15:35:52 +0200 Subject: [PATCH] debug code left over --- Cython/Compiler/ModuleNode.py | 1 - 1 file changed, 1 deletion(-) 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, -- 2.26.2