mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 09:45:52 +01:00
preparing 0.59 without ocr/pdf, userguide, note ancillaries
This commit is contained in:
@@ -7,7 +7,6 @@ const sql = require("./sql");
|
||||
const becca = require("../becca/becca");
|
||||
const protectedSessionService = require("../services/protected_session");
|
||||
const hiddenSubtreeService = require("./hidden_subtree");
|
||||
const helpImportService = require("./user_guide_import");
|
||||
|
||||
function getRunAtHours(note) {
|
||||
try {
|
||||
@@ -54,8 +53,6 @@ function runNotesWithLabel(runAttrValue) {
|
||||
sqlInit.dbReady.then(() => {
|
||||
cls.init(() => {
|
||||
hiddenSubtreeService.checkHiddenSubtree();
|
||||
|
||||
helpImportService.importUserGuideIfNeeded();
|
||||
});
|
||||
|
||||
if (!process.env.TRILIUM_SAFE_MODE) {
|
||||
|
||||
Reference in New Issue
Block a user