From 5ab2879d29739433a83da64063e8cfb810afcd85 Mon Sep 17 00:00:00 2001 From: Jakub Juszczak Date: Sun, 27 May 2018 11:18:42 +0200 Subject: [PATCH] fix(privacy): Remove vue ga script --- src/pages/Start.vue | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/pages/Start.vue b/src/pages/Start.vue index e1e54aa..7ecae36 100644 --- a/src/pages/Start.vue +++ b/src/pages/Start.vue @@ -210,7 +210,6 @@ }) }, validateDataRequest () { - console.log('ValidateData') if (this.packageName !== '' && this.periodStart !== '') { this.requestData() } @@ -240,25 +239,15 @@ }, setURL () { history.pushState({ info: `npm-stats ${this.package}` }, this.package, `/#/${this.package}`) - this.$ga.page({ - page: `/#/${this.package}`, - title: this.package, - location: window.location.href - }) }, toggleSettings () { this.showSettings = !this.showSettings - this.$ga.event({ - eventCategory: 'Settings', - eventAction: 'toggle' - }) }, setDailyPng (payload) { this.dailyPng = payload }, setWeeklyPng (payload) { this.weeklyPng = payload - console.log('weekly', payload) }, setMonthlyPng (payload) { this.monthlyPng = payload