chore: clean debug

This commit is contained in:
devthejo 2026-01-17 13:40:51 +01:00
parent 7b277a8020
commit e5f6834b9f
No known key found for this signature in database
GPG key ID: 00CCA7A92B1D5351

View file

@ -37,14 +37,6 @@ module.exports = async function () {
observable.subscribe({ observable.subscribe({
next: async ({ data }) => { next: async ({ data }) => {
const { selectManyUser } = data const { selectManyUser } = data
logger.debug(
{
userIds: selectManyUser.map(({ id }) => id),
},
"userTable"
)
await async.eachOf(selectManyUser, async ({ id }) => await async.eachOf(selectManyUser, async ({ id }) =>
addTask(tasks.DEFAULT_SWAG_USERNAME, { userId: id }) addTask(tasks.DEFAULT_SWAG_USERNAME, { userId: id })
) )