Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unused fields in index.js #118

Open
bipulkkuri opened this issue Oct 29, 2018 · 0 comments
Open

unused fields in index.js #118

bipulkkuri opened this issue Oct 29, 2018 · 0 comments
Assignees
Labels
unused functions or variables which are not used

Comments

@bipulkkuri
Copy link
Member

https://github.com/Comcast/Speed-testJS/blob/master/index.js

var os = require('os');
var downloadData = require('./modules/downloadData');
var validateIP = require('validate-ip-node');

var testPlanController = new TestPlanController(apiRouter, global.AddressIpv4, global.AddressIpv6);
var latencyController = new LatencyController(apiRouter);
var downloadProbeController = new DownloadProbeController(apiRouter);
var downloadController = new DownloadController(apiRouter);
var uploadProbeController = new UploadProbeController(apiRouter);
var uploadController = new UploadController(apiRouter);
var calculatorController = new CalculatorController(apiRouter);
var testServerController = new TestServerController(apiRouter);

@bipulkkuri bipulkkuri added the unused functions or variables which are not used label Oct 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
unused functions or variables which are not used
Projects
None yet
Development

No branches or pull requests

3 participants