Commit 8ecf2e96 authored by Robert Bradshaw's avatar Robert Bradshaw Committed by GitHub

Remove debugging change.

parent dbb98de8
......@@ -1924,7 +1924,7 @@ class FuncDefNode(StatNode, BlockNode):
code.mark_pos(self.pos, trace=False)
code.putln("")
code.putln("/* function exit codeX */")
code.putln("/* function exit code */")
# ----- Default return value
if not self.body.is_terminator:
......
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