diff --git a/controllers/game.py b/controllers/game.py index 9ad5559ca486ee5aae0d103ca77a396db71c0c36..6459a99885db3088ecfa4a5d4fbdb18d7949ccfc 100644 --- a/controllers/game.py +++ b/controllers/game.py @@ -91,7 +91,6 @@ def roles(): #Update roles and prompts on server for uid in change: - print(change[uid]) db(db.Player.id == uid).update(role=change[uid]["role"], prompts=JSON_TO_B64(change[uid]["prompts"])) #Update roles on clients