defensive copies of owned attrs

This commit is contained in:
zadam
2023-07-17 22:56:36 +02:00
parent bc8f531b33
commit 83049c95c3
3 changed files with 2 additions and 6 deletions

View File

@@ -274,8 +274,6 @@ class AbstractBeccaEntity {
[this.dateModified, entityId]);
}
console.trace("DELETE");
log.info(`Marking ${entityName} ${entityId} as deleted`);
this.addEntityChange(true);
@@ -293,8 +291,6 @@ class AbstractBeccaEntity {
WHERE ${this.constructor.primaryKeyName} = ?`,
[this.utcDateModified, entityId]);
console.trace("DELETE");
log.info(`Marking ${entityName} ${entityId} as deleted`);
this.addEntityChange(true);