Skip to content

Commit

Permalink
Remove unnecessary log
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Jun 30, 2023
1 parent 241d89d commit 3652b6e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import { addAccounts, fetchBalances } from "slices/accounts";
export const KeplrAccountChangedHandler =
(dispatch: Dispatch<unknown>, integration: Keplr) => async () => {
const accounts = await integration.accounts();
console.log("KEPLR accounts", { accounts });

if (accounts) {
dispatch(addAccounts(accounts));
Expand Down

0 comments on commit 3652b6e

Please sign in to comment.