From e1c3f79429510dac98a22aea66adc45e7f0228a9 Mon Sep 17 00:00:00 2001 From: Denis Fomin Date: Fri, 15 Oct 2010 15:17:19 +0400 Subject: [PATCH] clients_icons. remove ugly hack --- clients_icons/clients_icons.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/clients_icons/clients_icons.py b/clients_icons/clients_icons.py index b446d81..c45f3d2 100644 --- a/clients_icons/clients_icons.py +++ b/clients_icons/clients_icons.py @@ -180,9 +180,6 @@ class ClientsIconsPlugin(GajimPlugin): roster.columns = roster.columns[:self.renderer_num] + roster.columns[ self.renderer_num+1:] roster.setup_and_draw_roster() - # TODO remove this - import time - time.sleep(2) def presence_received(self, iq_obj): if not self.config['show_in_roster']: