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 c2dd51a commit 352f125Copy full SHA for 352f125
main.ts
@@ -144,7 +144,6 @@ export default class GraphLinkTypesPlugin extends Plugin {
144
if (updateMap) {
145
const key = this.linkManager.generateKey(link.source.id, link.target.id);
146
if (!this.linkManager.linksMap.has(key)) {
147
- console.log("Adding link.")
148
this.linkManager.addLink(renderer, link);
149
}
150
0 commit comments