mirror of
https://github.com/rclone/rclone.git
synced 2025-04-19 18:31:10 +08:00
imap: removed some unneeded log messages
This commit is contained in:
parent
1277c753ba
commit
63233a3eab
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user