removed more console.logs
This commit is contained in:
parent
30c8c510e2
commit
c9dde35e09
7
app.js
7
app.js
@ -74,9 +74,6 @@ api.on('connection', function(spark) {
|
|||||||
|
|
||||||
spark.on('update', function(data)
|
spark.on('update', function(data)
|
||||||
{
|
{
|
||||||
console.log('Latency: ', spark.latency);
|
|
||||||
console.log('Got update from ' + spark.id);
|
|
||||||
|
|
||||||
if(typeof data.id !== 'undefined' && typeof data.stats !== 'undefined')
|
if(typeof data.id !== 'undefined' && typeof data.stats !== 'undefined')
|
||||||
{
|
{
|
||||||
data.stats.latency = spark.latency;
|
data.stats.latency = spark.latency;
|
||||||
@ -118,10 +115,6 @@ api.on('connection', function(spark) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
client.on('connection', function(spark) {
|
client.on('connection', function(spark) {
|
||||||
console.log(spark.id);
|
|
||||||
console.log(spark.address);
|
|
||||||
console.log(spark.query);
|
|
||||||
|
|
||||||
spark.on('ready', function(data){
|
spark.on('ready', function(data){
|
||||||
spark.emit('init', {nodes: Nodes.all()});
|
spark.emit('init', {nodes: Nodes.all()});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user