fix(analytics): remove spurious click tracking (#10469)

This commit is contained in:
Sabe Jones
2018-06-27 12:12:51 -05:00
committed by Matteo Pagliazzi
parent 0062e5b1f1
commit 8969b755a6
5 changed files with 1 additions and 32 deletions

View File

@@ -164,12 +164,6 @@ export default {
},
methods: {
shareUserId () {
Analytics.track({
hitType: 'event',
eventCategory: 'button',
eventAction: 'click',
eventLabel: 'Health Warning',
});
this.shareUserIdShown = !this.shareUserIdShown;
},
async createParty () {