Skip to content

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
vvava committed Oct 24, 2024
1 parent 2d75d44 commit fc42046
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export class AvalancheRenameWalletHandler extends DAppRequestHandler<
const wallet = await this.secretsService.getWalletAccountsSecretsById(
walletId
);
console.log('wallet: ', wallet);

if (!wallet) {
return {
Expand Down

0 comments on commit fc42046

Please sign in to comment.