aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLauren Choi <laurenchoi@gmail.com>2021-11-18 11:36:19 -0500
committerLauren Choi <laurenchoi@gmail.com>2021-11-18 11:36:19 -0500
commitdc66d6b71bb723df43a2bbc4cd0611fdcc6fe886 (patch)
treee155a74a5a50806e7387c80592680ea9dfe3ced8 /src
parentf350591b82012d94a8217d5096094de183de7bb8 (diff)
remove console.log statement
Diffstat (limited to 'src')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
index da4edbaa2..f2e33cf23 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
@@ -233,8 +233,6 @@ export class CollectionFreeFormLinkView extends React.Component<CollectionFreeFo
//thickness varies linearly from 3px to 12px for increasing link count
const strokeWidth = linkSize === -1 ? "3px" : Math.floor(2 + 10 * (linkSize / Math.max(...linkRelationshipSizes))) + "px";
- console.log(this.props.LinkDocs[0].displayArrow)
-
if (this.props.LinkDocs[0].displayArrow == undefined) {
this.props.LinkDocs[0].displayArrow = false;
}