aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/stores/AppStore.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 87a661b2a..4a00cb294 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -304,8 +304,6 @@ export default class AppStore extends Store {
304 if (isValidExternalURL(url)) { 304 if (isValidExternalURL(url)) {
305 shell.openExternal(url); 305 shell.openExternal(url);
306 } 306 }
307
308 gaEvent('External URL', 'open', parsedUrl.host);
309 } 307 }
310 308
311 @action _checkForUpdates() { 309 @action _checkForUpdates() {