Commit 1d4ec60a authored by Stefan Behnel's avatar Stefan Behnel

debug code left over

parent 3f93988f
......@@ -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,
......
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