mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 10:06:32 +08:00
chore(edit-docs): simplify entity changed log
This commit is contained in:
parent
27ccc56b6d
commit
88d0e64f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ async function registerHandlers() {
|
|||
return;
|
||||
}
|
||||
|
||||
console.log("Got entity changed ", e);
|
||||
console.log("Got entity changed", e.entityName, e.entity.title);
|
||||
debouncer();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue