Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Remove accidental print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorkarn committed Jun 20, 2022
1 parent 8b0bd3c commit 5df9054
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sage/data_structures/bitset.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ cdef class FrozenBitset:
else: # an iterable
iter = list(iter)
if iter:
print(iter)
need_capacity = max(iter) + 1
else:
need_capacity = 0
Expand Down

0 comments on commit 5df9054

Please sign in to comment.