Skip to content
This repository was archived by the owner on Jul 5, 2023. It is now read-only.

Commit 8f76cc8

Browse files
author
Guido van Rossum
committed
Delete another stray debug printf() call (I swear this is the last one)
1 parent 87eac06 commit 8f76cc8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ast3/Python/ast.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1783,7 +1783,6 @@ ast_for_funcdef_impl(struct compiling *c, const node *n0,
17831783
}
17841784
if (TYPE(CHILD(n, name_i + 3)) == TYPE_COMMENT) {
17851785
type_comment = NEW_TYPE_COMMENT(CHILD(n, name_i + 3));
1786-
printf("type_comment 1\n");
17871786
name_i += 1;
17881787
}
17891788
body = ast_for_suite(c, CHILD(n, name_i + 3));

0 commit comments

Comments
 (0)