mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
Remove seting up log line for configuring image search
This commit is contained in:
parent
0208688801
commit
f04ead7c37
1 changed files with 0 additions and 3 deletions
|
@ -153,9 +153,6 @@ def configure_search(search_models: SearchModels, search_config: Optional[Search
|
|||
if search_models is None:
|
||||
search_models = SearchModels()
|
||||
|
||||
if search_config and search_config.image:
|
||||
logger.info("🔍 🌄 Setting up image search model")
|
||||
|
||||
return search_models
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue