🙈 remove console.log
This commit is contained in:
parent
4722dd5d97
commit
fc5f5f33cb
@ -27,7 +27,6 @@ export class BaseClassWithoutId extends BaseEntity {
|
|||||||
.concat(this.metadata.relations.map((x) => x.propertyName))
|
.concat(this.metadata.relations.map((x) => x.propertyName))
|
||||||
);
|
);
|
||||||
// will not include relational properties
|
// will not include relational properties
|
||||||
console.log(properties);
|
|
||||||
|
|
||||||
for (const key in props) {
|
for (const key in props) {
|
||||||
if (!properties.has(key)) continue;
|
if (!properties.has(key)) continue;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user