mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 09:07:41 +03:00
remove unecessary logger
This commit is contained in:
parent
4a5325c9ab
commit
22d9260386
@ -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):
|
||||
|
||||
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user