Skip to content

Commit

Permalink
Removed misplaced log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaedke authored Jan 13, 2025
1 parent c8d50fa commit ea8a4f5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public class RdbConnectionUtils {
}
RDB_AVAILABLE = dockerAvailable && imageAvailable;
if (RDB_AVAILABLE) {
LOG.error("New container");
rdbContainer = new GenericContainer<>(DockerImageName.parse(IMG))
.withPrivilegedMode(true)
.withExposedPorts(exposedPort)
Expand Down

0 comments on commit ea8a4f5

Please sign in to comment.