chore(edit-docs): simplify entity changed log

This commit is contained in:
Elian Doran
2025-04-12 12:46:13 +03:00
parent 27ccc56b6d
commit 88d0e64f2c

View File

@@ -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();
});
}