From 373505f48351a310f7d7ddf0da92fd604682daf1 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Mon, 21 Jul 2014 20:27:53 +0200 Subject: Clean a new bunch of stuf --- slixmpp/stanza/iq.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'slixmpp/stanza/iq.py') diff --git a/slixmpp/stanza/iq.py b/slixmpp/stanza/iq.py index 4be819b0..605e226a 100644 --- a/slixmpp/stanza/iq.py +++ b/slixmpp/stanza/iq.py @@ -191,9 +191,6 @@ class Iq(RootStanza): stanza. Only called if there is a callback parameter (and therefore are in async mode). """ - if timeout is None: - timeout = self.stream.response_timeout - if self.stream.session_bind_event.is_set(): matcher = MatchIDSender({ 'id': self['id'], -- cgit v1.2.3