Skip to content

Commit 82fefdb

Browse files
committed
Remove print
1 parent 698f650 commit 82fefdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/pokegoapi/api/map/pokemon/CatchablePokemon.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,6 @@ protected CatchResult handle(ByteString result) throws RemoteServerException, Lo
404404

405405
try {
406406
response = CatchPokemonResponse.parseFrom(result);
407-
System.out.println(response);
408407
} catch (InvalidProtocolBufferException e) {
409408
throw new RemoteServerException(e);
410409
}

0 commit comments

Comments
 (0)