prune logging

This commit is contained in:
erinn 2021-06-24 22:24:10 -07:00
parent 178c7e8576
commit f3d3e35950
2 changed files with 1 additions and 2 deletions

2
lib.go
View File

@ -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

View File

@ -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 {