From 23a07795db6d92442fcb91c3c1bdca03322e6e47 Mon Sep 17 00:00:00 2001 From: William Stein Date: Sun, 22 Oct 2006 22:51:53 -0500 Subject: [PATCH] Delete spurious print statement (that was used for debugging). --- Cython/Compiler/Nodes.py | 1 - 1 file changed, 1 deletion(-) 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: -- 2.26.2