diff --git a/frontend/src/pages/TransactionLink.vue b/frontend/src/pages/TransactionLink.vue index 2e81d8913..53a742313 100644 --- a/frontend/src/pages/TransactionLink.vue +++ b/frontend/src/pages/TransactionLink.vue @@ -151,7 +151,7 @@ const itemType = computed(() => { // validUntilDate.getTime() < new Date().getTime(), // ) if (validUntilDate.getTime() < new Date().getTime()) { - console.log('TransactionLink.itemType... TEXT_EXPIRED') + // console.log('TransactionLink.itemType... TEXT_EXPIRED') return 'TEXT_EXPIRED' } if (linkData.value.redeemedAt) {