Skip to content

Commit

Permalink
Internal: remove useless variable in commands.py (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans authored Oct 23, 2023
1 parent eba0edd commit 6206a7e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/aleph/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ async def main(args: List[str]) -> None:
setup_sentry(config)
LOGGER.info("Sentry enabled")

config_values = config.dump_values()

LOGGER.info("Initializing database...")
with sentry_sdk.start_transaction(name="run-migrations"):
run_db_migrations(config)
Expand Down

0 comments on commit 6206a7e

Please sign in to comment.