Commit 28ee86fb by Chavee Issariyapat

remove debug log

parent 580952a9
...@@ -16,9 +16,7 @@ const Coordinator = function(param={}) { ...@@ -16,9 +16,7 @@ const Coordinator = function(param={}) {
this.flowemitter.on('newclient', function(client){ this.flowemitter.on('newclient', function(client){
let deviceid = client.deviceid; let deviceid = client.deviceid;
let devicetoken = client.devicetoken; let devicetoken = client.devicetoken;
console.log('new incoming client', deviceid);
if (that.flowemitter.sublist[deviceid] == undefined || that.flowemitter.sublist[deviceid] == 0) { if (that.flowemitter.sublist[deviceid] == undefined || that.flowemitter.sublist[deviceid] == 0) {
that.flowemitter.sublist[deviceid] = { that.flowemitter.sublist[deviceid] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment