Remove console log
This commit is contained in:
parent
a1f9ae5c5a
commit
2ba9ab2b21
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ export class ActorHandler extends Actor {
|
|||
|
||||
async genericEmbeddedCreate($event) {
|
||||
const data = $event.currentTarget.dataset;
|
||||
console.log(data)
|
||||
if (!this.fn?.[`createCustom${data.embeddedCreate}`]) return;
|
||||
this.fn?.[`createCustom${data.embeddedCreate}`].bind(this)($event);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue