mirror of
https://github.com/langgenius/dify.git
synced 2026-04-27 02:36:29 +08:00
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 useConfig = (id: string, payload: HttpNodeType) => {
|
||||||
const { inputs, setInputs } = useNodeCrud<HttpNodeType>(id, payload)
|
const { inputs, setInputs } = useNodeCrud<HttpNodeType>(id, payload)
|
||||||
|
|
||||||
console.log(inputs)
|
|
||||||
const { handleVarListChange, handleAddVariable } = useVarList<HttpNodeType>({
|
const { handleVarListChange, handleAddVariable } = useVarList<HttpNodeType>({
|
||||||
inputs,
|
inputs,
|
||||||
setInputs,
|
setInputs,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user