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(); } }, {