Skip to content

Commit

Permalink
Remove useless logging in InfinispanDevServiceProcessor
Browse files Browse the repository at this point in the history
(cherry picked from commit 08b6d4f)
  • Loading branch information
geoand authored and gsmet committed Jun 4, 2024
1 parent 9bee30d commit e7c7ba0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ private RunningDevService startContainer(String clientName, DockerStatusBuildIte
}

String configPrefix = getConfigPrefix(clientName);
log.info("Config prefix " + configPrefix);

boolean needToStart = !ConfigUtils.isPropertyPresent(configPrefix + "hosts")
&& !ConfigUtils.isPropertyPresent(configPrefix + "server-list");
Expand Down

0 comments on commit e7c7ba0

Please sign in to comment.