remove log

This commit is contained in:
Joel 2024-03-19 14:55:11 +08:00
parent dc91b2e3df
commit 45168d0e00
1 changed files with 0 additions and 1 deletions

View File

@ -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,