🙈 remove console.log

This commit is contained in:
Flam3rboy
2021-10-10 12:42:12 +02:00
parent 3b4e026ead
commit 7147f150d9

View File

@@ -27,7 +27,6 @@ export class BaseClassWithoutId extends BaseEntity {
.concat(this.metadata.relations.map((x) => x.propertyName))
);
// will not include relational properties
console.log(properties);
for (const key in props) {
if (!properties.has(key)) continue;