Skip to content

Commit

Permalink
cleanup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Nov 14, 2024
1 parent 27d91a1 commit 0117a76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server-plugins/onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ async function saveUserToDatabase(user, type, lang) {

if (existingUser) {
const updated = getCurrentDateForMySQL()
console.log('date_first_published', created);
// Update the existing user
const updateData = {
Id: existingUser.Id,
Expand All @@ -132,7 +131,6 @@ async function saveUserToDatabase(user, type, lang) {
}
} else {
const updated = getCurrentDateForMySQL()
console.log('date_first_published', updated);
// Create a new user
const createData = {
email: user.email,
Expand Down

0 comments on commit 0117a76

Please sign in to comment.