Skip to content

Commit ca2d1d8

Browse files
committed
oops
1 parent 5c983b5 commit ca2d1d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pyvec_docs/grants.py

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def remove_comments(html):
1717

1818

1919
def get_board_member_name(username, voted_at, boards: list[Board]):
20-
print(username, voted_at)
2120
for board in boards: # sorted from the most recent
2221
if voted_at > board.start_on:
2322
for member in board.members:

0 commit comments

Comments
 (0)