mirror of https://github.com/langgenius/dify.git
remove logs
This commit is contained in:
parent
c409ab4c3c
commit
56044a104c
|
|
@ -51,7 +51,6 @@ const RetrievalConfig: FC<Props> = ({
|
|||
|
||||
const { multiple_retrieval_config } = payload
|
||||
const handleChange = useCallback((configs: DatasetConfigs, isRetrievalModeChange?: boolean) => {
|
||||
console.log(configs, isRetrievalModeChange)
|
||||
if (isRetrievalModeChange) {
|
||||
onRetrievalModeChange(configs.retrieval_model)
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue