removed redundant call

pull/454/head
Nitin 9 years ago
parent 4186e325b7
commit 17b7f00eb1

@ -777,10 +777,6 @@ public class HikariConfig implements HikariConfigMXBean
LOGGER.warn("using dataSource and ignoring dataSourceClassName");
}
if (transactionIsolationName != null) {
UtilityElf.getTransactionIsolation(transactionIsolationName);
}
if (LOGGER.isDebugEnabled() || unitTest) {
logConfiguration();
}

Loading…
Cancel
Save