debug s3 partitioning

This commit is contained in:
Kenneth Kehl
2024-10-03 07:00:07 -07:00
parent ae5c0d2d91
commit 4abd54094d
3 changed files with 10 additions and 1 deletions

View File

@@ -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}!!"))