We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08c40f3 commit e63f6bdCopy full SHA for e63f6bd
1 file changed
packages/components/nodes/agentflow/ExecuteFlow/ExecuteFlow.ts
@@ -158,7 +158,6 @@ class ExecuteFlow_Agentflow implements INode {
158
}
159
160
async run(nodeData: INodeData, _: string, options: ICommonObject): Promise<any> {
161
- console.log('I am here')
162
const baseURL = (nodeData.inputs?.executeFlowBaseURL as string) || (options.baseURL as string)
163
const selectedFlowId = nodeData.inputs?.executeFlowSelectedFlow as string
164
const flowInput = nodeData.inputs?.executeFlowInput as string
0 commit comments