From 50610a0684af68380b78c7bfcf2fc01ea379ace4 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 27 Aug 2016 16:40:52 +0200 Subject: Remove useless debug from the /rawxml command --- poezio/core/commands.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'poezio') 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') -- cgit v1.2.3