We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1e819e commit 702025bCopy full SHA for 702025b
1 file changed
src/elections/urls.py
@@ -582,8 +582,6 @@ async def provide_nominee_info(
582
updated_data["email"] = email
583
if discord_username is not None:
584
updated_data["discord_username"] = discord_username
585
- print("--------Dict data: ", updated_data)
586
-
587
588
existing_info = await elections.crud.get_nominee_info(db_session, computing_id)
589
# if not already existing, create it
0 commit comments