mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
removed event log
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
const sql = require('./sql');
|
||||
const log = require('./log');
|
||||
const eventLogService = require('./event_log');
|
||||
const syncTableService = require('./sync_table');
|
||||
const eventService = require('./events');
|
||||
|
||||
@@ -138,8 +137,6 @@ async function updateOptions(entity, sourceId) {
|
||||
await sql.replace('options', entity);
|
||||
|
||||
await syncTableService.addOptionsSync(entity.name, sourceId);
|
||||
|
||||
await eventLogService.addEvent("Synced option " + entity.name);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user