Remove log message

This commit is contained in:
Philipp Hörist 2017-11-18 01:06:22 +01:00
parent 44bb8e374d
commit cac1185a23
1 changed files with 0 additions and 1 deletions

View File

@ -1065,7 +1065,6 @@ class MamMessageReceivedEvent(nec.NetworkIncomingEvent, HelperEvent):
own_jid = self.conn.get_own_jid()
if archive_jid and not archive_jid.bareMatch(own_jid):
# MAM Message not from our Archive
log.info('MAM message not from our user archive')
return False
self.msg_ = self.forwarded.getTag('message', protocol=True)