Skip to content

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
happycastle114 committed Nov 17, 2023
1 parent 5b37d90 commit d7d2442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/candidate.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def fetch_data(
data_entry.pop(column)

data_list.append(Councilor.from_dict(data_entry))
print(data_list)

return data_list


Expand Down

0 comments on commit d7d2442

Please sign in to comment.