diff --git a/Cython/Compiler/ModuleNode.py b/Cython/Compiler/ModuleNode.py index 05945bb361afdbca24eb8fb20ff017337a38095d..d2d1d292337f809b80f734e4d74653042c741738 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,