Removed debugging line

This commit is contained in:
Dean 2022-08-02 11:20:22 +01:00
parent e2f269bd1a
commit f015266ed7
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@
lockedBy && lockedByYou ? "Locked by you" : `Locked by ${lockIdentifer}` lockedBy && lockedByYou ? "Locked by you" : `Locked by ${lockIdentifer}`
const getExpiryDuration = app => { const getExpiryDuration = app => {
console.log("Testing")
if (!app?.lockedBy?.lockedAt) { if (!app?.lockedBy?.lockedAt) {
return -1 return -1
} }