From 036c50e2bf7434dd8ecdb220f0516cbc3d118995 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 16 Oct 2023 17:53:09 -0700 Subject: [PATCH] refactor(main.py): clean up print statement --- litellm/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/main.py b/litellm/main.py index 7b9799020..e24c5af73 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -306,7 +306,6 @@ def completion( metadata=metadata ) logging.update_environment_variables(model=model, user=user, optional_params=optional_params, litellm_params=litellm_params) - print("CUSTOM PROVIDER", custom_llm_provider) if custom_llm_provider == "azure": # azure configs api_type = get_secret("AZURE_API_TYPE") or "azure"