imap: removed some unneeded log messages

This commit is contained in:
Fawzib Rojas 2025-04-01 14:01:24 +00:00
parent 1277c753ba
commit 63233a3eab

View File

@ -365,7 +365,6 @@ func (m *mailclient2) Save(mailbox string, date time.Time, size int64, reader io
if m.conn == nil {
return fmt.Errorf("failed to save message to mailbox %s: not connected", mailbox)
}
fs.Debugf(nil, "Append message to mailbox %s", mailbox)
// find namespace for dir
ns := m.getDirNamespace(mailbox)
if ns == nil {