diff --git a/pokemongo_bot/spiral_navigator.py b/pokemongo_bot/spiral_navigator.py index ee48de89c3..63e83ce02e 100644 --- a/pokemongo_bot/spiral_navigator.py +++ b/pokemongo_bot/spiral_navigator.py @@ -84,5 +84,4 @@ def take_step(self): self.ptr += self.direction self.cnt = 0 - logger.log('') return [point['lat'], point['lng']]