change: removed dev logging
This commit is contained in:
parent
916a6da4a0
commit
e1f6b36336
4 changed files with 0 additions and 9 deletions
|
@ -19,7 +19,6 @@ export class InternalId1735822722235 implements MigrationInterface {
|
|||
);
|
||||
|
||||
// let memberships = await queryRunner.manager.getRepository(membership).find();
|
||||
// console.log(memberships);
|
||||
// let internalIds = memberships.reduce<{ [key: number]: Array<string> }>((acc, cur) => {
|
||||
// let memberId = cur.memberId;
|
||||
// let setIds = acc[memberId] ?? [];
|
||||
|
@ -30,7 +29,6 @@ export class InternalId1735822722235 implements MigrationInterface {
|
|||
// return acc;
|
||||
// }, {});
|
||||
|
||||
// console.log(internalIds);
|
||||
// for (const [id, value] of Object.entries(internalIds)) {
|
||||
// const ids = value.filter((v) => v != null).join(", ");
|
||||
// if (ids) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue