Skip to content

Commit

Permalink
Remove errant console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
jaucourt committed Nov 7, 2024
1 parent d8c5a64 commit 013ccbf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ export default async (request, h) => {

// If the transaction has already been finalised then redirect to the order completed page
if (!status[COMPLETION_STATUS.finalised]) {
console.log('finalising transaction', request, transaction, status)
await finaliseTransaction(request, transaction, status)
} else {
debug('Transaction %s already finalised, redirect to order complete: %s', transaction.id)
Expand Down

0 comments on commit 013ccbf

Please sign in to comment.