mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +01:00
Remove debug logging.
This commit is contained in:
@@ -314,10 +314,6 @@ class PluginManagerImpl implements PluginManager, Service {
|
|||||||
} else if (oldState == ACTIVE) {
|
} else if (oldState == ACTIVE) {
|
||||||
eventBus.broadcast(new TransportInactiveEvent(id));
|
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