removed unnecessary console.logs
This commit is contained in:
parent
707a8fe84d
commit
1096efbfd1
2
app.js
2
app.js
@ -2,8 +2,6 @@ var nodeModel = require('./lib/node');
|
|||||||
|
|
||||||
var node = new nodeModel();
|
var node = new nodeModel();
|
||||||
|
|
||||||
console.log(node.stats);
|
|
||||||
|
|
||||||
var gracefulShutdown = function() {
|
var gracefulShutdown = function() {
|
||||||
console.log("Received kill signal, shutting down gracefully.");
|
console.log("Received kill signal, shutting down gracefully.");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user