diff --git a/dev/fattest.simplicity/src/componenttest/topology/impl/LibertyServer.java b/dev/fattest.simplicity/src/componenttest/topology/impl/LibertyServer.java index 9661bab9a69..39173869f12 100644 --- a/dev/fattest.simplicity/src/componenttest/topology/impl/LibertyServer.java +++ b/dev/fattest.simplicity/src/componenttest/topology/impl/LibertyServer.java @@ -8064,9 +8064,6 @@ public void configureLTPAKeys() throws IOException, InterruptedException { public Map getFipsJvmOptions(JavaInfo info, boolean includeGlobalArgs) throws IOException { Map opts = new HashMap<>(); if (isFIPS140_3EnabledAndSupported(info)) { - Log.info(c, "getFipsJvmOptions", - "Liberty server is running JDK version: " + info.majorVersion() + " and vendor: " + info.VENDOR); - if (info.majorVersion() == 17) { Log.info(c, "getFipsJvmOptions", "FIPS 140-3 global build properties is set for server " + getServerName()