removed unnecessary console.logs

This commit is contained in:
cubedro 2015-02-17 12:15:38 +02:00
parent 707a8fe84d
commit 1096efbfd1

2
app.js
View File

@ -2,8 +2,6 @@ var nodeModel = require('./lib/node');
var node = new nodeModel();
console.log(node.stats);
var gracefulShutdown = function() {
console.log("Received kill signal, shutting down gracefully.");