This commit is contained in:
2016-06-24 14:24:56 -04:00
parent 1f4f9686bb
commit 841b7d1b35

View File

@ -103,7 +103,7 @@ var workers = (function(){
data = JSON.parse(data);
console.log('current worker ids', currentIDs)
console.log('do droplets', data['droplets'].length, data['droplets'].map(function(item){
return item.id + item.name;
return item.name+'| '+item.id;
}));
data['droplets'].forEach(function(worker){
console.log('checking', worker.name, worker.id)