Commit 23a07795 authored by William Stein's avatar William Stein

Delete spurious print statement (that was used for debugging).

parent ae424da0
...@@ -962,7 +962,6 @@ class ModuleNode(Node, BlockNode): ...@@ -962,7 +962,6 @@ class ModuleNode(Node, BlockNode):
"}") "}")
def generate_typeobj_definition(self, modname, entry, code): def generate_typeobj_definition(self, modname, entry, code):
print modname
type = entry.type type = entry.type
scope = type.scope scope = type.scope
for suite in TypeSlots.substructures: for suite in TypeSlots.substructures:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment