APIBuilder: Remove forgotten, spurious printout.

This commit is contained in:
Calle Wilund 2021-03-03 14:31:29 +00:00
parent c2fc96be71
commit 1f226734ed
1 changed files with 0 additions and 1 deletions

View File

@ -121,7 +121,6 @@ public class APIBuilder extends MBeanServerBuilder {
@Override
public void addMBean(final DynamicMBean bean, final ObjectName name, final RegistrationContext ctx)
throws InstanceAlreadyExistsException {
System.out.println(name);
if (!isTableMetricName(name)) {
wrapped.addMBean(bean, name, ctx);
} else {