From d92b9c81e72f9f40573f2b7c3542fc341a9939bd Mon Sep 17 00:00:00 2001 From: clauspeterhuebner Date: Wed, 3 Sep 2025 18:42:30 +0200 Subject: [PATCH] remove console.log --- frontend/src/pages/TransactionLink.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {