From c2eb57211f723f04d6ed493328754d537fe870f2 Mon Sep 17 00:00:00 2001 From: Valtteri Karesto Date: Thu, 12 May 2022 14:31:00 +0300 Subject: [PATCH] hotfix/Remove debug code --- components/Accounts.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Accounts.tsx b/components/Accounts.tsx index 285d77b..f98d2a6 100644 --- a/components/Accounts.tsx +++ b/components/Accounts.tsx @@ -294,7 +294,6 @@ const Accounts: FC = (props) => { }) ); const responses = await Promise.all(requests); - console.log(responses); responses.forEach((res: any) => { const address = res?.account_data?.Account as string; const balance = res?.account_data?.Balance as string;