mirror of
https://github.com/langgenius/dify.git
synced 2026-03-11 18:27:50 +08:00
remove log
This commit is contained in:
@ -12,7 +12,6 @@ import useOneStepRun from '@/app/components/workflow/nodes/_base/hooks/use-one-s
|
||||
const useConfig = (id: string, payload: HttpNodeType) => {
|
||||
const { inputs, setInputs } = useNodeCrud<HttpNodeType>(id, payload)
|
||||
|
||||
console.log(inputs)
|
||||
const { handleVarListChange, handleAddVariable } = useVarList<HttpNodeType>({
|
||||
inputs,
|
||||
setInputs,
|
||||
|
||||
Reference in New Issue
Block a user