remove unecessary logger

This commit is contained in:
Weitheng Haw 2025-08-13 18:02:45 +08:00
parent 4a5325c9ab
commit 22d9260386
2 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@ warnings.filterwarnings(
# disables the progress bar for downloading tokenizers and feature extractors
disable_progress_bar()
logger = logging.getLogger(__name__)
class JinaV1TextEmbedding(BaseEmbedding):

View File

@ -32,7 +32,6 @@ from .runner import ONNXModelRunner
# disables the progress bar and download logging for downloading tokenizers and image processors
disable_progress_bar()
set_verbosity_error()
logger = logging.getLogger(__name__)
class JinaV2Embedding(BaseEmbedding):