mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
chore(edit-docs): simplify entity changed log
This commit is contained in:
parent
27ccc56b6d
commit
88d0e64f2c
@ -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…
x
Reference in New Issue
Block a user