1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Do not alert to user

This commit is contained in:
Dan Finlay 2018-06-04 15:17:03 -07:00
parent 22754e3e1f
commit 415ab2d534

View File

@ -126,11 +126,6 @@ class PreferencesController {
// Identities are no longer present.
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:
const uri = 'https://diagnostics.metamask.io/v1/orphanedAccounts'
const firstTimeInfo = this.getFirstTimeInfo ? this.getFirstTimeInfo() : {}