Skip to content

Commit 352f125

Browse files
committed
Removed log
1 parent c2dd51a commit 352f125

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ export default class GraphLinkTypesPlugin extends Plugin {
144144
if (updateMap) {
145145
const key = this.linkManager.generateKey(link.source.id, link.target.id);
146146
if (!this.linkManager.linksMap.has(key)) {
147-
console.log("Adding link.")
148147
this.linkManager.addLink(renderer, link);
149148
}
150149
}

0 commit comments

Comments
 (0)