Skip to content

Commit

Permalink
Merge pull request #34 from FeralFlora/master
Browse files Browse the repository at this point in the history
Remove console log
  • Loading branch information
natefrisch01 committed May 16, 2024
2 parents e933691 + 262e0f3 commit 297edec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/linkManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export class LinkManager {
pixiText: this.initializeLinkText(renderer, obLink, pairStatus),
pixiGraphics: tagColors ? this.initializeLinkGraphics(renderer, obLink, tagLegend) : null,
};
console.log(obLink);

this.linksMap.set(key, newLink);

Expand Down

0 comments on commit 297edec

Please sign in to comment.