Skip to content

Commit ba2b4a6

Browse files
fix: remove logs (#671)
1 parent 16f339e commit ba2b4a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/dag-visualizer/add-manual-artifacts.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export function addManuallyAddedArtifacts(
1010
) {
1111
// find nodes that are in realNodes but not in nodes
1212
const missingNodes = findMissingNodes(realNodes, nodes);
13-
console.log({ missingNodes });
1413

1514
// check if missingNode.data.id is part of realnode.data.id already?
1615
missingNodes.forEach((missingNode) => {

0 commit comments

Comments
 (0)