From 7c49a0c62317b0943f82a58bf04639675f628aef Mon Sep 17 00:00:00 2001 From: william mantly Date: Fri, 24 Jun 2016 14:58:42 -0400 Subject: [PATCH] stuff --- routes/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/api.js b/routes/api.js index 63c5242..54cc5a1 100644 --- a/routes/api.js +++ b/routes/api.js @@ -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)}); }); }); };