Remove log message

This commit is contained in:
Philipp Hörist 2017-11-18 01:06:22 +01:00
parent 44bb8e374d
commit cac1185a23

View file

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