diff --git a/backend/src/data/cleanup/usernames.ts b/backend/src/data/cleanup/usernames.ts index 3e385b25..71afcfbc 100644 --- a/backend/src/data/cleanup/usernames.ts +++ b/backend/src/data/cleanup/usernames.ts @@ -29,10 +29,6 @@ export async function cleanupUsernames(): Promise { ); if (rows.length > 0) { - console.log( - "ids", - rows.map(r => r.id), - ); await usernameHistoryRepository.delete({ id: In(rows.map(r => r.id)), });