diff --git a/server.js b/server.js index f5b2d7c..ccf18d4 100644 --- a/server.js +++ b/server.js @@ -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; \ No newline at end of file +//module.exports = webapp; \ No newline at end of file