mirror of https://github.com/langgenius/dify.git
remove log
This commit is contained in:
parent
dc91b2e3df
commit
45168d0e00
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue