Skip to content

Commit 297edec

Browse files
authored
Merge pull request natefrisch01#34 from FeralFlora/master
Remove console log
2 parents e933691 + 262e0f3 commit 297edec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/linkManager.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ export class LinkManager {
116116
pixiText: this.initializeLinkText(renderer, obLink, pairStatus),
117117
pixiGraphics: tagColors ? this.initializeLinkGraphics(renderer, obLink, tagLegend) : null,
118118
};
119-
console.log(obLink);
120119

121120
this.linksMap.set(key, newLink);
122121

0 commit comments

Comments
 (0)