chore: Remove debug prints

This commit is contained in:
Leander Beernaert 2023-11-15 09:09:07 +01:00
parent bc381407a7
commit 96517b7fb1
1 changed files with 0 additions and 3 deletions

View File

@ -503,15 +503,12 @@ func (s *Service) getRecipients(
return proton.SendPreferences{}, fmt.Errorf("failed to get contact settings for %v: %w", recipient, err)
}
s.log.Infof("ContactSettings=%v", contactSettings)
return buildSendPrefs(contactSettings, settings, pubKeys, draft.MIMEType, recType == proton.RecipientTypeInternal)
})
if err != nil {
return nil, fmt.Errorf("failed to get send preferences: %w", err)
}
s.log.Infof("Settings=%v", prefs)
recipients := make(recipients)
for idx, pref := range prefs {