aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/DocumentManager.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-09-04 13:56:20 -0400
committerbobzel <zzzman@gmail.com>2023-09-04 13:56:20 -0400
commit6a79d66fd3efb478369981661817f51ec9a7f2c7 (patch)
treeee23efd63d34363f35b6f9bf1d735344451a8e49 /src/client/util/DocumentManager.ts
parent275e6e699c2fe7665dbe05aeb58fca9337271f28 (diff)
fixed video import after youtube changes to urls
Diffstat (limited to 'src/client/util/DocumentManager.ts')
-rw-r--r--src/client/util/DocumentManager.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/util/DocumentManager.ts b/src/client/util/DocumentManager.ts
index c2827dac7..28ca37611 100644
--- a/src/client/util/DocumentManager.ts
+++ b/src/client/util/DocumentManager.ts
@@ -101,8 +101,6 @@ export class DocumentManager {
})
);
this.LinkAnchorBoxViews.push(view);
- // this.LinkedDocumentViews.forEach(view => console.log(" LV = " + view.a.props.Document.title + "/" + view.a.props.LayoutTemplateString + " --> " +
- // view.b.props.Document.title + "/" + view.b.props.LayoutTemplateString));
} else {
this.AddDocumentView(view);
}