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 16f339e commit ba2b4a6Copy full SHA for ba2b4a6
src/components/dag-visualizer/add-manual-artifacts.ts
@@ -10,7 +10,6 @@ export function addManuallyAddedArtifacts(
10
) {
11
// find nodes that are in realNodes but not in nodes
12
const missingNodes = findMissingNodes(realNodes, nodes);
13
- console.log({ missingNodes });
14
15
// check if missingNode.data.id is part of realnode.data.id already?
16
missingNodes.forEach((missingNode) => {
0 commit comments