diff --git a/dev/fattest.simplicity/src/componenttest/topology/impl/LibertyServer.java b/dev/fattest.simplicity/src/componenttest/topology/impl/LibertyServer.java index 9661bab9a69..b72ba052900 100644 --- a/dev/fattest.simplicity/src/componenttest/topology/impl/LibertyServer.java +++ b/dev/fattest.simplicity/src/componenttest/topology/impl/LibertyServer.java @@ -7807,8 +7807,6 @@ public boolean isFIPS140_3EnabledAndSupported(JavaInfo serverJavaInfo) throws IO boolean isIBMJVM8 = (serverJavaInfo.majorVersion() == 8) && (serverJavaInfo.VENDOR == Vendor.IBM); boolean isIBMJVM17 = (serverJavaInfo.majorVersion() == 17) && (serverJavaInfo.VENDOR == Vendor.IBM); if (GLOBAL_FIPS_140_3) { - Log.info(c, methodName, "Liberty server is running JDK version: " + serverJavaInfo.majorVersion() - + " and vendor: " + serverJavaInfo.VENDOR); if (isIBMJVM8) { Log.info(c, methodName, "global build properties FIPS_140_3 is set for server " + getServerName() + " and IBM java 8 is available to run with FIPS 140-3 enabled.");