1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-20 17:51:35 +02:00

🙈 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)) .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;