aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-10-26 02:32:33 +0800
committerGeireann Lindfield Roberts <60007097+geireann@users.noreply.github.com>2020-10-26 02:32:33 +0800
commitf89783a6c2b768aa3a9b4d85a2ae74212b6306f5 (patch)
tree832c3be1b02fb9daaab257ce3767a001939edd4f
parent006e0f4f25a35a14b3c31fa1d461607eb8a1249c (diff)
remove console.log
-rw-r--r--src/client/views/nodes/AudioBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx
index ddcf49d07..cba65f663 100644
--- a/src/client/views/nodes/AudioBox.tsx
+++ b/src/client/views/nodes/AudioBox.tsx
@@ -149,7 +149,6 @@ export class AudioBox extends ViewBoxAnnotatableComponent<FieldViewProps, AudioD
}
playLink = (doc: Doc) => {
- console.log("playLink", "Doc: " + doc.title);
let link = false;
!Doc.AreProtosEqual(doc, this.props.Document) && DocListCast(this.props.Document.links).forEach(l => {
if (l.anchor1 === doc || l.anchor2 === doc) {