remove log
Some checks are pending
njsscan sarif / njsscan code scanning (push) Waiting to run
Update AUTHORS File / update-authors (push) Waiting to run

This commit is contained in:
Aidan 2025-06-30 02:24:18 -04:00
parent 4d540078f5
commit 04271f87b1

View file

@ -52,7 +52,6 @@ export async function ensureUserInDb(ctx, db) {
aiRequests: 0, aiRequests: 0,
aiCharacters: 0, aiCharacters: 0,
}; };
console.log('[💽 DB] Inserting user with values:', userToInsert);
try { try {
await db.insert(usersTable).values(userToInsert); await db.insert(usersTable).values(userToInsert);
console.log(`[💽 DB] Added new user: ${username || firstName} (${telegramId})`); console.log(`[💽 DB] Added new user: ${username || firstName} (${telegramId})`);