removed console log

This commit is contained in:
cubedro 2015-06-03 03:53:35 +03:00
parent e7408a3594
commit 1d5eed21b5
1 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
var util = require('util');
var geoip = require('geoip-lite');
var _ = require('lodash');
@ -53,7 +52,6 @@ var Node = function(data)
Node.prototype.init = function(data)
{
console.info(util.inspect( data, { depth: null, colors: true } ));
_.fill(this.history, -1);
if( this.id === null && this.uptime.started === null )