mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +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) {
|
if (rows.length > 0) {
|
||||||
console.log(
|
|
||||||
"ids",
|
|
||||||
rows.map(r => r.id),
|
|
||||||
);
|
|
||||||
await usernameHistoryRepository.delete({
|
await usernameHistoryRepository.delete({
|
||||||
id: In(rows.map(r => r.id)),
|
id: In(rows.map(r => r.id)),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue