mirror of
https://github.com/langgenius/dify.git
synced 2026-04-07 00:46:50 +08:00
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
Block a user