From f3d3e35950122e2dab62539c8d2e86c25683d7ac Mon Sep 17 00:00:00 2001 From: erinn Date: Thu, 24 Jun 2021 22:24:10 -0700 Subject: [PATCH] prune logging --- lib.go | 2 +- utils/manager.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib.go b/lib.go index 50829ea..2c17633 100644 --- a/lib.go +++ b/lib.go @@ -233,7 +233,7 @@ func SendAppEvent(eventJson string) { log.Debugf("Event: %v", new_event.EventType) // We need to update the local cache - // Ideally I think this would be pusgit hed back into Cwtch + // Ideally I think this would be pushed back into Cwtch switch new_event.EventType { case utils.UpdateGlobalSettings: var globalSettings utils.GlobalSettings diff --git a/utils/manager.go b/utils/manager.go index 1059986..eed0b5a 100644 --- a/utils/manager.go +++ b/utils/manager.go @@ -247,7 +247,6 @@ func NewManager(profile string, gcd *GrandCentralDispatcher) Manager { // uiManager.AddContact(onion) // (handle string, displayName string, image string, badge int, status int, authorization string, loading bool, lastMsgTime int) func EnrichNewPeer(handle string, ph *PeerHelper, ev *EventProfileEnvelope) error { - log.Infof("Enriching New Peer %v", handle) if ph.IsGroup(handle) { group := ph.peer.GetGroup(handle) if group != nil {