mirror of
https://github.com/typeorm/typeorm.git
synced 2025-12-08 21:26:23 +00:00
cleanup
This commit is contained in:
parent
5a90996f4b
commit
19ec4d175f
@ -808,10 +808,6 @@ export class EntityMetadata {
|
||||
compareEntities(firstEntity: any, secondEntity: any) {
|
||||
const firstEntityIds = this.getEntityIdMap(firstEntity);
|
||||
const secondEntityIds = this.getEntityIdMap(secondEntity);
|
||||
// console.log("firstEntity: ", firstEntity);
|
||||
// console.log("firstEntityIds: ", firstEntityIds);
|
||||
// console.log("secondEntity: ", secondEntity);
|
||||
// console.log("secondEntityIds: ", secondEntityIds);
|
||||
return this.compareIds(firstEntityIds, secondEntityIds);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user