Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
remove lure spam
Browse files Browse the repository at this point in the history
  • Loading branch information
jabbink committed Nov 9, 2016
1 parent d838e4a commit 39daf59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class ProcessPokestops(var pokestops: List<Pokestop>) : Task {
val luresInRange = sortedPokestops.filter {
it.inRangeForLuredPokemon() && it.fortData.hasLureInfo()
}
luresInRange.forEach { Log.normal("Lure ${it.id} in range") }
//luresInRange.forEach { Log.normal("Lure ${it.id} in range") }
if (settings.campLurePokestop > 0 && !ctx.pokemonInventoryFullStatus.get() && settings.catchPokemon) {
val luresInRange = sortedPokestops.filter {
it.inRangeForLuredPokemon() && it.fortData.hasLureInfo()
Expand Down

0 comments on commit 39daf59

Please sign in to comment.