diff --git a/conda-store-server/conda_store_server/_internal/server/app.py b/conda-store-server/conda_store_server/_internal/server/app.py index ba0a0de9a..ad23dee58 100644 --- a/conda-store-server/conda_store_server/_internal/server/app.py +++ b/conda-store-server/conda_store_server/_internal/server/app.py @@ -196,9 +196,6 @@ def initialize(self, *args, **kwargs): self.conda_store = CondaStore(parent=self, log=self.log) self.conda_store.ensure_directories() - self.log.info( - f"Running conda-store with database: {self.conda_store.database_url}" - ) self.log.info( f"Running conda-store with store directory: {self.conda_store.store_directory}" )