summaryrefslogtreecommitdiff
path: root/poezio
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2016-08-27 16:40:52 +0200
committermathieui <mathieui@mathieui.net>2016-08-27 16:40:52 +0200
commit50610a0684af68380b78c7bfcf2fc01ea379ace4 (patch)
tree4235214245009da4398805cad898181ff69774f1 /poezio
parentb83c113575df1fccfb1feac22d600f8d5df9808a (diff)
downloadpoezio-50610a0684af68380b78c7bfcf2fc01ea379ace4.tar.gz
poezio-50610a0684af68380b78c7bfcf2fc01ea379ace4.tar.bz2
poezio-50610a0684af68380b78c7bfcf2fc01ea379ace4.tar.xz
poezio-50610a0684af68380b78c7bfcf2fc01ea379ace4.zip
Remove useless debug from the /rawxml command
Diffstat (limited to 'poezio')
-rw-r--r--poezio/core/commands.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/poezio/core/commands.py b/poezio/core/commands.py
index c4a88c5a..dbee556f 100644
--- a/poezio/core/commands.py
+++ b/poezio/core/commands.py
@@ -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')