mirror of https://github.com/milvus-io/milvus.git
fix: remove excessive logging (#36859)
issue: https://github.com/milvus-io/milvus/issues/35853 Signed-off-by: Buqian Zheng <zhengbuqian@gmail.com>pull/36852/head
parent
f3b6792a25
commit
9997c5de34
|
@ -33,7 +33,6 @@ pub(crate) fn create_tokenizer(params: &HashMap<String, String>) -> Option<TextA
|
|||
}
|
||||
},
|
||||
None => {
|
||||
info!("no tokenizer is specified, using default tokenizer");
|
||||
Some(default_tokenizer())
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue