(chore) undo debug statement

This commit is contained in:
ishaan-jaff 2024-01-08 17:57:30 +05:30
parent e7c62a4990
commit 70c4b790b1

View file

@ -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"))