Skip to content

Commit af73133

Browse files
committed
fix: refactor
1 parent 6fd387d commit af73133

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/assets-controllers/src/TokenBalancesController.ts

-3
Original file line numberDiff line numberDiff line change
@@ -361,9 +361,6 @@ export class TokenBalancesController extends StaticIntervalPollingController<Tok
361361

362362
for (const singleToken of allCurrentTokens) {
363363
if (!existingSet.has(singleToken)) {
364-
console.log(
365-
`Missing token has been removed: ${singleToken} under account: ${currentAccount}, chain: ${currentChain}`,
366-
);
367364
this.update((state) => {
368365
delete state.tokenBalances[currentAccount as Hex][
369366
currentChain as Hex

0 commit comments

Comments
 (0)