Skip to content

Commit

Permalink
Polishing.
Browse files Browse the repository at this point in the history
Remove sysout from tests.

See #4491
  • Loading branch information
mp911de authored and christophstrobl committed Sep 11, 2023
1 parent 69c9e0f commit 53760b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ void altKeyDetection(@Autowired CachingMongoClientEncryption mongoClientEncrypti
template.save(p3);

template.execute(Person.class, collection -> {
collection.find(new Document()).forEach(it -> System.out.println(it.toJson()));
collection.find(new Document());
return null;
});

Expand Down

0 comments on commit 53760b0

Please sign in to comment.