This commit is contained in:
William Mantly 2016-06-24 14:09:58 -04:00
parent ae8c58bfda
commit 78658a5c9f

View File

@ -104,7 +104,7 @@ var workers = (function(){
console.log('current worker ids', currentIDs)
console.log('do droplets', data['droplets'].length, data['droplets'])
data['droplets'].forEach(function(worker){
console.log('checking', worker.id)
console.log('checking', worker.name, worker.id)
if(~currentIDs.indexOf(worker.id)) return false;
console.log('found old droplet, killing it');