Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Ross Bulat committed Apr 22, 2024
1 parent 577b059 commit 4b3ca19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/contexts/Migrate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const MigrateProvider = ({ children }: { children: ReactNode }) => {

// Removes local era stakers data and locale data.
const removeLocalErasAndLocales = () => {
console.log('fire update');
// Remove local exposure and validator data.
localStorage.removeItem('polkadot_validators');
localStorage.removeItem('polkadot_exposures');
Expand Down

0 comments on commit 4b3ca19

Please sign in to comment.