Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDormand96 committed Nov 30, 2023
1 parent 2b8ad9c commit 62c5e3d
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ export default async request => {
const { payload } = await request.cache().helpers.page.getCurrentPermission(CONTACT.page)
const permission = await request.cache().helpers.transaction.getCurrentPermission()

console.log(permission)

permission.licensee = {
preferredMethodOfNewsletter: HOW_CONTACTED.none,
...permission.licensee,
Expand All @@ -18,7 +16,6 @@ export default async request => {
}

const getPhysicalReminders = (licensee, payload) => {
console.log('HIT')
switch (payload['how-contacted']) {
case 'email':
return {
Expand Down

0 comments on commit 62c5e3d

Please sign in to comment.