From 6058823faf4847ea0608fc82851fb76578928332 Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Wed, 8 Nov 2017 00:01:56 +0530 Subject: [PATCH] Removed test lines from index.js --- index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.js b/index.js index d69294e..efb8cfd 100755 --- a/index.js +++ b/index.js @@ -14,12 +14,6 @@ var createProxyServer = require('./actions/createProxyServer'); var createStaticServer = require('./actions/createStaticServer'); var killServer = require('./actions/killServer'); -var jsonFile; -//appendToList("example.com", "80"); -//appendToList("example2.com", "80", "4000"); -//appendToList("example2.com", "80", "4444"); - -console.log(jsonFile); // Check for requirements such as OS version and nginx install. Throw and exit if requirements not found. #Roadmap: Add ability to satisfy any possible requirements. requirements(); // Comment in development and uncomment this line in production. This should check whether the OS is compatible with this version of `up`