mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Remove debug log
This commit is contained in:
parent
de71520747
commit
6f1391aead
1 changed files with 0 additions and 4 deletions
|
@ -29,10 +29,6 @@ export async function cleanupUsernames(): Promise<number> {
|
|||
);
|
||||
|
||||
if (rows.length > 0) {
|
||||
console.log(
|
||||
"ids",
|
||||
rows.map(r => r.id),
|
||||
);
|
||||
await usernameHistoryRepository.delete({
|
||||
id: In(rows.map(r => r.id)),
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue