hotfix/Remove debug code

This commit is contained in:
Valtteri Karesto
2022-05-12 14:31:00 +03:00
parent 0e97df3c8e
commit c2eb57211f

View File

@@ -294,7 +294,6 @@ const Accounts: FC<AccountProps> = (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;