Skip to content

Commit

Permalink
removed wrong log (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
MFizz authored and douglascamata committed Aug 1, 2016
1 parent f755524 commit 587cb45
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pokemongo_bot/cell_workers/transfer_pokemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,10 +204,6 @@ def _validate_keep_best_config(self, pokemon_name):
logger.log("Keep best can't be < 0. Ignore it.", "red")
keep_best = False

if keep_best_iv > 1:
logger.log("Keep best IV can't be > 1. Ignore it.", "red")
keep_best = False

if keep_best_cp == 0 and keep_best_iv == 0:
keep_best = False

Expand Down

0 comments on commit 587cb45

Please sign in to comment.