Remove useless debug from the /rawxml command

This commit is contained in:
mathieui 2016-08-27 16:40:52 +02:00
parent b83c113575
commit 50610a0684

View file

@ -899,9 +899,6 @@ class CommandCore:
iqfunc
)
)
log.debug('handler')
log.debug('%s %s', stanza.xml.tag, stanza.xml.attrib)
stanza.send()
except:
self.core.information('Could not send custom stanza', 'Error')