mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-17 15:46:44 +00:00
chore: Remove debug prints
This commit is contained in:
@ -503,15 +503,12 @@ func (s *Service) getRecipients(
|
|||||||
return proton.SendPreferences{}, fmt.Errorf("failed to get contact settings for %v: %w", recipient, err)
|
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)
|
return buildSendPrefs(contactSettings, settings, pubKeys, draft.MIMEType, recType == proton.RecipientTypeInternal)
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, fmt.Errorf("failed to get send preferences: %w", err)
|
return nil, fmt.Errorf("failed to get send preferences: %w", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
s.log.Infof("Settings=%v", prefs)
|
|
||||||
recipients := make(recipients)
|
recipients := make(recipients)
|
||||||
|
|
||||||
for idx, pref := range prefs {
|
for idx, pref := range prefs {
|
||||||
|
|||||||
Reference in New Issue
Block a user