removed console log
This commit is contained in:
parent
e7408a3594
commit
1d5eed21b5
@ -1,4 +1,3 @@
|
|||||||
var util = require('util');
|
|
||||||
var geoip = require('geoip-lite');
|
var geoip = require('geoip-lite');
|
||||||
var _ = require('lodash');
|
var _ = require('lodash');
|
||||||
|
|
||||||
@ -53,7 +52,6 @@ var Node = function(data)
|
|||||||
|
|
||||||
Node.prototype.init = function(data)
|
Node.prototype.init = function(data)
|
||||||
{
|
{
|
||||||
console.info(util.inspect( data, { depth: null, colors: true } ));
|
|
||||||
_.fill(this.history, -1);
|
_.fill(this.history, -1);
|
||||||
|
|
||||||
if( this.id === null && this.uptime.started === null )
|
if( this.id === null && this.uptime.started === null )
|
||||||
|
Loading…
Reference in New Issue
Block a user