We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba0edd commit 6206a7eCopy full SHA for 6206a7e
src/aleph/commands.py
@@ -120,8 +120,6 @@ async def main(args: List[str]) -> None:
120
setup_sentry(config)
121
LOGGER.info("Sentry enabled")
122
123
- config_values = config.dump_values()
124
-
125
LOGGER.info("Initializing database...")
126
with sentry_sdk.start_transaction(name="run-migrations"):
127
run_db_migrations(config)
0 commit comments