Skip to content

Commit

Permalink
fix: remove System.out
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 28, 2024
1 parent 1975735 commit dc86ab9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public static List<OAuthClient> getOAuthClients(Start start, AppIdentifier appId
for (int i = 0; i < clientIds.size(); i++) {
pst.setString(i + 2, clientIds.get(i));
}
System.out.println(pst);
}, (result) -> {
List<OAuthClient> res = new ArrayList<>();
while (result.next()) {
Expand Down

0 comments on commit dc86ab9

Please sign in to comment.