diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx index 1c19968..430b06b 100644 --- a/src/pages/verify/index.tsx +++ b/src/pages/verify/index.tsx @@ -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[]) => {