Remove distracting extra code

This commit is contained in:
Maciej 2026-03-01 10:25:51 +02:00
parent f1bd4a0fdd
commit 47b0d73cc5
Signed by: maciej
GPG key ID: 28243AF437E32F99
13 changed files with 1 additions and 298 deletions

View file

@ -77,6 +77,3 @@ config :phoenix_live_view,
debug_attributes: true,
# Enable helpful, but potentially expensive runtime checks
enable_expensive_runtime_checks: true
# Disable swoosh api client as it is only required for production adapters.
config :swoosh, :api_client, false