mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
(chore) undo debug statement
This commit is contained in:
parent
e7c62a4990
commit
70c4b790b1
1 changed files with 0 additions and 1 deletions
|
@ -1147,7 +1147,6 @@ async def startup_event():
|
|||
master_key = litellm.get_secret("LITELLM_MASTER_KEY", None)
|
||||
|
||||
### CONNECT TO DB ###
|
||||
verbose_proxy_logger.info(f"env vatiables {os.environ}")
|
||||
# check if DATABASE_URL in environment - load from there
|
||||
if os.getenv("DATABASE_URL", None) is not None and prisma_client is None:
|
||||
prisma_setup(database_url=os.getenv("DATABASE_URL"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue