Skip to content

Commit

Permalink
🔥 Removing leftover console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Sep 13, 2024
1 parent 39a455e commit 1fa12b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor-ui/src/utils/nodeTypesUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ export function getReferencedNodes(node: INode): string[] {
});
}
}
console.log(referencedNodes);
return referencedNodes.size ? Array.from(referencedNodes) : [];
}

Expand Down

0 comments on commit 1fa12b3

Please sign in to comment.