Skip to content

Commit 702025b

Browse files
committed
code cleanup
1 parent b1e819e commit 702025b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/elections/urls.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,6 @@ async def provide_nominee_info(
582582
updated_data["email"] = email
583583
if discord_username is not None:
584584
updated_data["discord_username"] = discord_username
585-
print("--------Dict data: ", updated_data)
586-
587585

588586
existing_info = await elections.crud.get_nominee_info(db_session, computing_id)
589587
# if not already existing, create it

0 commit comments

Comments
 (0)