From 2ba7fa58e282d9c9a423592120d02913b5432f92 Mon Sep 17 00:00:00 2001 From: william Date: Sat, 28 May 2016 01:49:41 -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 cd3b3e2..4af5d05 100644 --- a/routes/api.js +++ b/routes/api.js @@ -62,7 +62,7 @@ var checkWorkersBalance = function(count){ if(isCheckingWorkers) return false; isCheckingWorkers = true; var changed = false; - + console.log('checking balance'); if(workers.length < count){ console.log('less then 2 workers, starting a droplet'); return workerCreate();