We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9e7b80 commit ac3a801Copy full SHA for ac3a801
app/scripts/background.js
@@ -1291,9 +1291,6 @@ function onInstall() {
1291
log.debug('First install detected');
1292
addAppInstalledEvent();
1293
if (!process.env.IN_TEST && !process.env.METAMASK_DEBUG) {
1294
- // If storeAlreadyExisted is true then this is a fresh installation
1295
- // and an app installed event should be tracked.
1296
- addAppInstalledEvent();
1297
platform.openExtensionInBrowser();
1298
}
1299
0 commit comments