mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-04 19:35:49 +00:00
🙈 remove console.log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user