Skip to content

Commit

Permalink
rm log
Browse files Browse the repository at this point in the history
  • Loading branch information
TTNguyenDev committed Jan 20, 2024
1 parent 6464b53 commit 058dd13
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/lib/passport-expiration-hook.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export function usePassportExpirationDate(): Date | undefined {
const { data: veNationLock } = useVeNationLock(address)

const { data: threshold } = usePassportRevokeUnderBalance()
console.log(threshold)

return useMemo(() => {
if (!veNationLock) {
Expand Down

0 comments on commit 058dd13

Please sign in to comment.