See gh-14049
This commit is contained in:
Johnny Lim
2018-08-13 22:47:04 +09:00
committed by Stephane Nicoll
parent 895d092640
commit b4abccc07c
3 changed files with 4 additions and 8 deletions

View File

@@ -79,7 +79,6 @@ public class LiquibaseEndpointTests {
private boolean getAutoCommit(DataSource dataSource) throws SQLException {
try (Connection connection = dataSource.getConnection()) {
System.out.println(connection);
return connection.getAutoCommit();
}
}