Skip to content

Commit a9b2b8b

Browse files
committed
Polishing.
Remove sysout from tests. See #4491
1 parent 4d82856 commit a9b2b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/encryption/AbstractEncryptionTestBase.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ void altKeyDetection(@Autowired CachingMongoClientEncryption mongoClientEncrypti
353353
template.save(p3);
354354

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

0 commit comments

Comments
 (0)