mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Remove debug logging.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user