diff --git a/src/frontend/src/utils.ts b/src/frontend/src/utils.ts index 9b08756c0..161606e2c 100644 --- a/src/frontend/src/utils.ts +++ b/src/frontend/src/utils.ts @@ -400,7 +400,6 @@ export function removeApiKeys(flow: FlowType): FlowType { cleanFLow.data.nodes.forEach((node) => { for (const key in node.data.node.template) { if (key.includes("api")) { - console.log(node.data.node.template[key]); node.data.node.template[key].value = ""; } }