Skip to content

Commit

Permalink
remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottDormand96 committed Dec 13, 2023
1 parent f9ce109 commit 30a14f3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ export default async request => {
const { payload } = await request.cache().helpers.page.getCurrentPermission(CHOOSE_PAYMENT.page)

if (payload['recurring-payment'] === 'no') {
console.log('hit')
debug('Setting status to agreed')
await request.cache().helpers.status.set({ [COMPLETION_STATUS.agreed]: true })
}
Expand Down

0 comments on commit 30a14f3

Please sign in to comment.