aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/DocUtils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/documents/DocUtils.ts')
-rw-r--r--src/client/documents/DocUtils.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/client/documents/DocUtils.ts b/src/client/documents/DocUtils.ts
index 9797a407b..42ccd0810 100644
--- a/src/client/documents/DocUtils.ts
+++ b/src/client/documents/DocUtils.ts
@@ -403,19 +403,6 @@ export namespace DocUtils {
icon: 'file',
});
- // AARAV ADD //
- documentList.push({
- description: ':Daily Journal',
- event: undoable(() => {
- const newDoc = Docs.Create.DailyJournalDocument('', { x, y });
- DocumentView.SetSelectOnLoad(newDoc);
- docAdder?.(newDoc);
- }, 'Create Daily Journal'),
- icon: 'book',
- });
-
- // AARAV ADD //
-
ContextMenu.Instance.addItem({
description: 'Create document',
subitems: documentList,