From 912e597567ba0c24de1af6a68927abe76d286122 Mon Sep 17 00:00:00 2001 From: Kevin Goltermann Date: Thu, 19 Jan 2017 09:44:02 -0600 Subject: [PATCH] Deleted an extra cooldown method --- app/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/app/index.js b/app/index.js index 59315d2..005e3fe 100644 --- a/app/index.js +++ b/app/index.js @@ -33,7 +33,6 @@ RollingSpider.prototype.patrol = function(){ task: function(){ rollingSpider.forward({ speed: 50, steps: 50 }); console.log('Forward 50 steps'); - cooldown(); } }, {