Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 4eceea8

Browse files
author
Libor Zoubek
committed
Remove log message
1 parent 7ab1910 commit 4eceea8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseProcessDiscovery.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@ public ResourceUpgradeReport upgrade(ResourceUpgradeContext inventoriedResource)
566566
pluginConfiguration.setSimpleValue("supportsPatching",
567567
Boolean.toString(supportsPatching(productType, inventoriedResource.getVersion())));
568568
report.setNewPluginConfiguration(pluginConfiguration);
569-
LOG.info(productType);
570569
} catch (Exception e) {
571570
LOG.warn("Unable to detect productType", e);
572571
}

0 commit comments

Comments
 (0)