Skip to content

Commit

Permalink
Remove debug text
Browse files Browse the repository at this point in the history
  • Loading branch information
hsahovic committed Jan 20, 2023
1 parent 2d26f89 commit 5229366
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/poke_env/player/player.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ async def _handle_battle_request(
return
message = self.teampreview(battle)
else:
await self._send_message("Hello!", battle.battle_tag)
message = self.choose_move(battle)
if isawaitable(message):
message = await message
Expand Down

0 comments on commit 5229366

Please sign in to comment.