removed console.log
This commit is contained in:
parent
7f993ea908
commit
a8406472fb
1 changed files with 0 additions and 1 deletions
|
|
@ -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 = "";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue