From aff8e76fdeef738707af23c9fe0fb33336597c12 Mon Sep 17 00:00:00 2001 From: Douglas Camata Date: Fri, 29 Jul 2016 18:07:15 +0200 Subject: [PATCH] ok, I give up on log organisation --- pokemongo_bot/spiral_navigator.py | 1 - 1 file changed, 1 deletion(-) 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']]