Remove env variables

This commit is contained in:
briandavidjoyner 2017-11-04 18:58:06 -04:00
parent f4d2ccbd87
commit b9dd64fe36
1 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,6 @@ webapp.get('/', function (req, res) {
webapp.listen(port, ip);
//console.log('live on ip: ' + ip + ':' + port);
console.log('Server running on http://%s:%s', ip, port);
console.log(JSON.stringify(process.env));
//console.log(JSON.stringify(process.env));
module.exports = webapp;
//module.exports = webapp;