fix: removes unneeded notification

This commit is contained in:
eugene 2024-10-08 17:04:07 +02:00
parent f12aaf1c2b
commit b7bd922af3

@ -228,7 +228,7 @@ export const VerifyPage = () => {
parsedSignatureEvents
) {
if (timestamps.every((t) => !!t.verification)) {
toast.success('All timestamps are fully verified.')
console.log('Timestamps are fully verified')
return
}
const upgradeT = async (timestamps: OpenTimestamp[]) => {