Skip to content

Commit ac3a801

Browse files
committed
Remove duplicate event and obsolete comment
1 parent e9e7b80 commit ac3a801

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/scripts/background.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,9 +1291,6 @@ function onInstall() {
12911291
log.debug('First install detected');
12921292
addAppInstalledEvent();
12931293
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();
12971294
platform.openExtensionInBrowser();
12981295
}
12991296
}

0 commit comments

Comments
 (0)