Skip to content

Commit dc86ab9

Browse files
committed
fix: remove System.out
1 parent 1975735 commit dc86ab9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/io/supertokens/storage/postgresql/queries/OAuthQueries.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ public static List<OAuthClient> getOAuthClients(Start start, AppIdentifier appId
204204
for (int i = 0; i < clientIds.size(); i++) {
205205
pst.setString(i + 2, clientIds.get(i));
206206
}
207-
System.out.println(pst);
208207
}, (result) -> {
209208
List<OAuthClient> res = new ArrayList<>();
210209
while (result.next()) {

0 commit comments

Comments
 (0)