diff --git a/src/state/megaStore.tsx b/src/state/megaStore.tsx index 0d23414b..8c441266 100644 --- a/src/state/megaStore.tsx +++ b/src/state/megaStore.tsx @@ -241,13 +241,6 @@ export const Provider: ParentComponent = (props) => { return; } - // Sync our nostr profile info - try { - await state.mutiny_wallet.sync_nostr(); - } catch (e) { - console.error("error syncing nostr profile", e); - } - // Check if we're subscribed and update the timestamp try { const timestamp = await state.mutiny_wallet.check_subscribed();