Skip to content

Commit

Permalink
Remove unnecessary console.error
Browse files Browse the repository at this point in the history
  • Loading branch information
kylanhurt committed Jul 4, 2024
1 parent 4b0e45a commit f002f17
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions app/store/migrations/049.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ export default async function migrate(state: unknown) {
}
await AsyncStorage.removeItem(key);
} catch (error) {
console.error(
`Failed to migrate key "${key}" from AsyncStorage to MMKV!`,
error,
);
captureException(
`Failed to migrate key "${key}" from AsyncStorage to MMKV! Error: ${error}`,
);
Expand Down

0 comments on commit f002f17

Please sign in to comment.