Remove useless debug from the /rawxml command
This commit is contained in:
parent
b83c113575
commit
50610a0684
1 changed files with 0 additions and 3 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue