Remove debug logging.

This commit is contained in:
akwizgran
2020-01-17 12:38:43 +00:00
parent 2b9ffc7fbe
commit 8db481a17a

View File

@@ -314,10 +314,6 @@ class PluginManagerImpl implements PluginManager, Service {
} else if (oldState == ACTIVE) {
eventBus.broadcast(new TransportInactiveEvent(id));
}
} else {
// TODO: Remove
if (LOG.isLoggable(INFO))
LOG.info(id + " stayed in state " + oldState);
}
}