diff options
-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') |