3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +00:00

Remove debug log

This commit is contained in:
Dragory 2020-06-02 00:47:22 +03:00
parent 52600360f1
commit 7d9d853607

View file

@ -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)),
});