Skip to content

Commit

Permalink
remove some debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mojotalantikite committed Sep 14, 2023
1 parent 8b5a9c1 commit 6d833e9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ async function prepopulateUpdateInfo(
return error
}

console.info(`DEBUG: ${JSON.stringify(user)}`)
console.info(`DEBUG: ${JSON.stringify(formData.updatedAt)}`)
const updateInfo = await client.updateInfoTable.create({
data: {
updatedAt: formData.updatedAt,
Expand Down

0 comments on commit 6d833e9

Please sign in to comment.