Skip to content

Commit 020dec1

Browse files
committed
Improve logging.
Relates to #57
1 parent 5c4821c commit 020dec1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

storm-core/src/main/java/st/orm/core/repository/impl/DirtySupport.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ public final class DirtySupport<E extends Entity<ID>, ID> {
112112
*/
113113
private static final Optional<Set<Metamodel<?, ?>>> DIRTY = Optional.of(Set.of());
114114

115-
static {
116-
LOGGER.info("Using default update mode: {}.", DEFAULT_UPDATE_MODE);
117-
LOGGER.info("Using default dirty check: {}.", DEFAULT_DIRTY_CHECK);
118-
}
119-
120115
private final Model<E, ID> model;
121116
private final UpdateMode updateMode;
122117
private final DirtyCheck dirtyCheck;

0 commit comments

Comments
 (0)