carddav: remove log.Println

This commit is contained in:
emersion 2017-09-13 19:09:46 +02:00
parent 177d247031
commit 637a8bb957
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 0 additions and 3 deletions

View File

@ -15,8 +15,6 @@ import (
"github.com/emersion/go-webdav/carddav"
"github.com/emersion/hydroxide/protonmail"
"golang.org/x/crypto/openpgp"
"log"
)
type contextKey string
@ -75,7 +73,6 @@ func formatCard(card vcard.Card, privateKey *openpgp.Entity) (*protonmail.Contac
if err != nil {
return nil, err
}
log.Println(encrypted)
contactImport.Cards = append(contactImport.Cards, encrypted)
b.Reset()
}