We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596659d commit 4b970ecCopy full SHA for 4b970ec
1 file changed
codemeta/common.py
@@ -698,7 +698,6 @@ def split_comma_rfc822(s):
698
stack = []
699
begin = 0
700
for i, c in enumerate(s):
701
- print(i, c, stack)
702
if c == "," and not stack:
703
yield s[begin:i].strip()
704
begin = i + 1
0 commit comments