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
|
iqfunc
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
log.debug('handler')
|
|
||||||
log.debug('%s %s', stanza.xml.tag, stanza.xml.attrib)
|
|
||||||
|
|
||||||
stanza.send()
|
stanza.send()
|
||||||
except:
|
except:
|
||||||
self.core.information('Could not send custom stanza', 'Error')
|
self.core.information('Could not send custom stanza', 'Error')
|
||||||
|
|
Loading…
Reference in a new issue