From: William Stein Date: Mon, 23 Oct 2006 03:51:53 +0000 (-0500) Subject: Delete spurious print statement (that was used for debugging). X-Git-Tag: 0.9.6.14~29^2~219 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=23a07795db6d92442fcb91c3c1bdca03322e6e47;p=cython.git Delete spurious print statement (that was used for debugging). --- diff --git a/Cython/Compiler/Nodes.py b/Cython/Compiler/Nodes.py index 3b2caaff..34e43509 100644 --- a/Cython/Compiler/Nodes.py +++ b/Cython/Compiler/Nodes.py @@ -962,7 +962,6 @@ class ModuleNode(Node, BlockNode): "}") def generate_typeobj_definition(self, modname, entry, code): - print modname type = entry.type scope = type.scope for suite in TypeSlots.substructures: