From 222524744755444055f0d1cc1748e49939ea02e6 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Thu, 26 Feb 2026 10:02:29 +0530 Subject: [PATCH] Remove logger --- litellm/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/utils.py b/litellm/utils.py index 68ca29d9403..81e772b1765 100644 --- a/litellm/utils.py +++ b/litellm/utils.py @@ -3190,7 +3190,6 @@ def get_optional_params_embeddings( # noqa: PLR0915 ## raise exception if non-default value passed for non-openai/azure embedding calls elif custom_llm_provider == "openai": # 'dimensions` is only supported in `text-embedding-3` and later models - verbose_logger.debug(f"allowed_openai_params: {allowed_openai_params}") if ( model is not None and "text-embedding-3" not in model