mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
remove console.log
This commit is contained in:
parent
881e78dfd5
commit
d92b9c81e7
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user