From 187e8ab8a8d07b6efc63801fc356133c154c6fa8 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 28 Mar 2018 10:27:24 +0100 Subject: [PATCH] Remove unused variable --- src/Analytics.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Analytics.js b/src/Analytics.js index bb9f900145..bb49c19cf5 100644 --- a/src/Analytics.js +++ b/src/Analytics.js @@ -74,7 +74,6 @@ class Analytics { this._paq = null; this.disabled = true; this.firstPage = true; - this.generationTimeMs = null; } /**