Merge pull request 'rm debug log line that was also an error line' (#318) from dan/cwtch:rmerr into master
the build was successful Details

Reviewed-on: #318
This commit is contained in:
Sarah Jamie Lewis 2020-07-25 09:30:33 -07:00
commit c2114018f8
1 changed files with 0 additions and 1 deletions

View File

@ -366,7 +366,6 @@ func (ps *ProfileStoreV1) eventHandler() {
}
case event.NewGroupInvite:
gid, err := ps.profile.ProcessInvite(ev.Data[event.GroupInvite], ev.Data[event.RemotePeer])
log.Errorf("gid: %v err:%v\n", gid, err)
if err == nil {
ps.save()
group := ps.profile.Groups[gid]