1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

Removed debugging line

This commit is contained in:
Dean 2022-08-02 11:20:22 +01:00
parent 31af7b9c69
commit 028e6d2bf9

View file

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