Remove duplicate logging message

This commit is contained in:
Sean Whalen
2018-10-10 08:27:28 -04:00
parent ee97a76654
commit 35e6a72691
-1
View File
@@ -1245,7 +1245,6 @@ def get_dmarc_reports_from_inbox(host=None,
move_supported = "MOVE" in server_capabilities
def delete_messages(msg_uids):
logger.debug("Deleting messages")
if type(msg_uids) == str:
msg_uids = [msg_uids]