diff options
author | mathieui <mathieui@mathieui.net> | 2016-08-27 16:40:52 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2016-08-27 16:40:52 +0200 |
commit | 50610a0684af68380b78c7bfcf2fc01ea379ace4 (patch) | |
tree | 4235214245009da4398805cad898181ff69774f1 | |
parent | b83c113575df1fccfb1feac22d600f8d5df9808a (diff) | |
download | poezio-50610a0684af68380b78c7bfcf2fc01ea379ace4.tar.gz poezio-50610a0684af68380b78c7bfcf2fc01ea379ace4.tar.bz2 poezio-50610a0684af68380b78c7bfcf2fc01ea379ace4.tar.xz poezio-50610a0684af68380b78c7bfcf2fc01ea379ace4.zip |
Remove useless debug from the /rawxml command
-rw-r--r-- | poezio/core/commands.py | 3 |
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') |