From e5af0597a6255d2fa3d820429154733920569090 Mon Sep 17 00:00:00 2001 From: Florent Le Coz Date: Wed, 23 Jul 2014 17:17:41 +0200 Subject: Forgot to remove that --- slixmpp/xmlstream/xmlstream.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'slixmpp/xmlstream/xmlstream.py') diff --git a/slixmpp/xmlstream/xmlstream.py b/slixmpp/xmlstream/xmlstream.py index 3df98862..bbed8166 100644 --- a/slixmpp/xmlstream/xmlstream.py +++ b/slixmpp/xmlstream/xmlstream.py @@ -447,7 +447,6 @@ class XMLStream(object): def _remove_schedules(self, event): """Remove some schedules that become pointless when disconnected""" self.cancel_schedule('Whitespace Keepalive') - self.cancel_schedule('Certificate Expiration') self.cancel_schedule('Disconnect wait') def start_stream_handler(self, xml): @@ -684,7 +683,6 @@ class XMLStream(object): try: cb() except Exception as e: - log.exception('Error processing scheduled task') self.exception(e) def _execute_and_reschedule(self, name, cb, seconds): -- cgit v1.2.3