From 679a4cc506a4c7f6ebbebe53e83d927336b83c2d Mon Sep 17 00:00:00 2001 From: HeesungB Date: Wed, 21 Dec 2022 01:19:19 +0900 Subject: [PATCH] Remove test logic --- pages/verification/index.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pages/verification/index.tsx b/pages/verification/index.tsx index 50c0506..0b4d6aa 100644 --- a/pages/verification/index.tsx +++ b/pages/verification/index.tsx @@ -370,11 +370,6 @@ export default function VerificationPage() { twitterInfo.accessToken, ); - await verifyTwitterAccount( - walletKey.bech32Address, - twitterInfo.accessToken, - ); - icnsVerificationList.forEach((verification) => { if (verification.status === "fulfilled") { if (verification.value.errors.length > 0) {