mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
debug s3 partitioning
This commit is contained in:
@@ -599,7 +599,6 @@ def fetch_user_by_email():
|
||||
fetched_user = get_user_by_email(email["email"])
|
||||
debug_not_production(hilite(f"fetched user is {fetched_user}"))
|
||||
result = fetched_user.serialize()
|
||||
debug_not_production(hilite(f"result is serialized to {result}"))
|
||||
return jsonify(data=result)
|
||||
except Exception as e:
|
||||
debug_not_production(hilite(f"Failed with {e}!!"))
|
||||
|
||||
Reference in New Issue
Block a user