From 4b8a178eeb125e7b4d939eec781433e80d1e1f98 Mon Sep 17 00:00:00 2001 From: Slavcho Slavchev Date: Fri, 29 Jul 2016 18:06:56 +0300 Subject: [PATCH] Removed unused variable --- lib/transport.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/transport.js b/lib/transport.js index b572c54..72748e0 100644 --- a/lib/transport.js +++ b/lib/transport.js @@ -2,7 +2,6 @@ 'use strict' var transport = module.exports = {} -var xhrStats = require('./xhrStats') var barometer = require('./barometer.js') transport.url = 'XXXXX'