mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Do not alert to user
This commit is contained in:
parent
22754e3e1f
commit
415ab2d534
@ -126,11 +126,6 @@ class PreferencesController {
|
|||||||
// Identities are no longer present.
|
// Identities are no longer present.
|
||||||
if (Object.keys(newlyLost).length > 0) {
|
if (Object.keys(newlyLost).length > 0) {
|
||||||
|
|
||||||
// timeout to prevent blocking the thread:
|
|
||||||
setTimeout(() => {
|
|
||||||
alert('Error 4486: MetaMask has encountered a very strange error. Please open a support issue immediately at support@metamask.io.')
|
|
||||||
}, 10)
|
|
||||||
|
|
||||||
// Notify our servers:
|
// Notify our servers:
|
||||||
const uri = 'https://diagnostics.metamask.io/v1/orphanedAccounts'
|
const uri = 'https://diagnostics.metamask.io/v1/orphanedAccounts'
|
||||||
const firstTimeInfo = this.getFirstTimeInfo ? this.getFirstTimeInfo() : {}
|
const firstTimeInfo = this.getFirstTimeInfo ? this.getFirstTimeInfo() : {}
|
||||||
|
Loading…
Reference in New Issue
Block a user