Skip to content

Commit ea8a4f5

Browse files
authored
Removed misplaced log statement
1 parent c8d50fa commit ea8a4f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/RdbConnectionUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ public class RdbConnectionUtils {
6565
}
6666
RDB_AVAILABLE = dockerAvailable && imageAvailable;
6767
if (RDB_AVAILABLE) {
68-
LOG.error("New container");
6968
rdbContainer = new GenericContainer<>(DockerImageName.parse(IMG))
7069
.withPrivilegedMode(true)
7170
.withExposedPorts(exposedPort)

0 commit comments

Comments
 (0)