Skip to content

Commit e63f6bd

Browse files
author
christopherholland-workday
committed
Use secureFetch and secureAxiosRequest for more URLs
1 parent 08c40f3 commit e63f6bd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/components/nodes/agentflow/ExecuteFlow/ExecuteFlow.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ class ExecuteFlow_Agentflow implements INode {
158158
}
159159

160160
async run(nodeData: INodeData, _: string, options: ICommonObject): Promise<any> {
161-
console.log('I am here')
162161
const baseURL = (nodeData.inputs?.executeFlowBaseURL as string) || (options.baseURL as string)
163162
const selectedFlowId = nodeData.inputs?.executeFlowSelectedFlow as string
164163
const flowInput = nodeData.inputs?.executeFlowInput as string

0 commit comments

Comments
 (0)