Skip to content

Commit

Permalink
Update PokemobGenes.java
Browse files Browse the repository at this point in the history
removes a debug print
  • Loading branch information
Thutmose committed Jun 28, 2020
1 parent 3cae4d0 commit 9bdda80
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ public IPokemob setPokedexEntry(final PokedexEntry newEntry)
.getConfig().scalefactor));
if (this.getEntity().getEntityWorld() != null && this.getEntity().isServerWorld()) PacketChangeForme
.sendPacketToTracking(ret.getEntity(), newEntry);
System.out.println(entry + "->" + newEntry + " " + (ret == this));
return ret;
}

Expand Down

0 comments on commit 9bdda80

Please sign in to comment.