Skip to content

Commit 2c50449

Browse files
authored
Remove print command
1 parent 584d029 commit 2c50449

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sage/doctest/parsing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,6 @@ def check_and_clear_tag_counts():
12361236
optional_tags.update(persistent_optional_tags)
12371237
item.optional_tags = frozenset(optional_tags)
12381238
item.probed_tags = set()
1239-
print(f"optional tags: {optional_tags}")
12401239
if optional_tags:
12411240
for tag in optional_tags:
12421241
self.optionals[tag] += 1

0 commit comments

Comments
 (0)