stuff
This commit is contained in:
parent
841b7d1b35
commit
7c49a0c623
@ -110,7 +110,7 @@ var workers = (function(){
|
||||
if(~currentIDs.indexOf(worker.id)) return false;
|
||||
|
||||
console.log('found old droplet, killing it');
|
||||
doapi.dropletDestroy(worker.id, function(){});
|
||||
doapi.dropletDestroy(worker.id, function(body){console.log('delete body', body)});
|
||||
});
|
||||
});
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user