mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 01:26:52 +02:00
chore(core): remove redundant log
This commit is contained in:
@@ -108,7 +108,6 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
|
||||
]);
|
||||
|
||||
function getOptions() {
|
||||
console.log("Got opts");
|
||||
const optionMap = optionService.getOptionMap();
|
||||
const resultMap: Record<string, string> = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user