Skip to content

Commit 20c0197

Browse files
committed
Polishing.
Remove superfluous logging. See #2595 Original Pull Request: #3318
1 parent d6e5288 commit 20c0197

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/springframework/data/mapping/context/AbstractMappingContext.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ public Collection<E> getPersistentEntities() {
243243
@Override
244244
@Nullable
245245
public E getPersistentEntity(Class<?> type) {
246-
LOGGER.info("obtain persistent entity for type: " + type);
247246
return getPersistentEntity(TypeInformation.of(type));
248247
}
249248

0 commit comments

Comments
 (0)