Skip to content

Commit

Permalink
Removed an excess System out
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeyoYT committed Apr 27, 2024
1 parent e78e3e0 commit 04a7a3a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/me/ailama/commands/AiCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,6 @@ public void handleCommand(SlashCommandInteractionEvent event) {
.build()
.answer(queryOption);

System.out.println(response);

ObjectMapper mapper = new ObjectMapper();

String temp = Pattern.compile("(?<=\":\").*(?=\")").matcher(response).replaceAll(x -> x.group().replace("\"", "_QUOTE_") );
Expand Down

0 comments on commit 04a7a3a

Please sign in to comment.