remove old testing code
continuous-integration/drone/pr Build is pending Details

This commit is contained in:
Sarah Jamie Lewis 2022-02-03 16:22:26 -08:00
parent 2e9f9fb14f
commit d40900481a
1 changed files with 0 additions and 4 deletions

View File

@ -485,10 +485,6 @@ func unwrap(original *EventProfileEnvelope) *event.Event {
func (eh *EventHandler) startHandlingPeer(onion string) {
eventBus := eh.app.GetEventBus(onion)
// if eventBus == nil {
// log.Errorf("startHandlingPeer: eventBus was nil; skipping contact initialization. this should only happen when the app is rapidly opened+closed (eg during testing)")
// return
// }
q := event.NewQueue()
// eventBus.Subscribe(event.NetworkStatus, q)