Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
jonhealy1 committed Mar 19, 2024
1 parent cc0ebb5 commit c88f48f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stac_fastapi/mongo/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,4 @@ class AsyncMongoDBSettings(ApiSettings):
def create_client(self) -> AsyncIOMotorClient:
"""Create an asynchronous MongoDB client."""
config = _mongodb_config()
print(config)
return AsyncIOMotorClient(config["uri"])

0 comments on commit c88f48f

Please sign in to comment.