remove extra debug
This commit is contained in:
parent
1ca50d1c15
commit
df051d884d
1 changed files with 0 additions and 1 deletions
|
@ -118,7 +118,6 @@ class BackupImap:
|
|||
)
|
||||
msg_counter += 1
|
||||
fetch_response, fetch_data = self.imap.fetch(message_uid, "(RFC822)")
|
||||
self._log.debug(fetch_data)
|
||||
if fetch_response == 'OK':
|
||||
store_result, unseen_data = self.imap.store(message_uid, '-FLAGS', '\\Seen')
|
||||
if store_result != 'OK':
|
||||
|
|
Loading…
Reference in a new issue