Skip to content

Commit cfea013

Browse files
committed
remove console log
1 parent 1005ef0 commit cfea013

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/startup/migrations/v232.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ Migrations.add({
2121
return;
2222
}
2323

24-
console.log('its enterprise');
25-
2624
const admins = Promise.await(Users.find<IUser>({ roles: 'admin' }, {}).toArray());
2725

2826
const banners = admins.map((a) => Promise.await(Banner.getNewBannersForUser(a._id, BannerPlatform.Web))).flat();

0 commit comments

Comments
 (0)