chore(edit-docs): simplify entity changed log

pull/1691/head
Elian Doran 2025-04-12 12:46:13 +07:00
parent 27ccc56b6d
commit 88d0e64f2c
No known key found for this signature in database
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();
});
}