From d95c087ffa11d4dff4841d99f41443a4612f433e Mon Sep 17 00:00:00 2001 From: Stephan Erb Date: Sat, 3 May 2008 10:20:56 +0000 Subject: [PATCH] Remove debug remains. --- src/history_window.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/history_window.py b/src/history_window.py index 1b87cadb4..6cd2f75c1 100644 --- a/src/history_window.py +++ b/src/history_window.py @@ -128,11 +128,12 @@ class HistoryWindow: def _fill_completion_dict(self): '''Fill completion_dict for key auto completion. + Key will be either jid or full_completion_name (contact name or long description like "pm-contact from groupchat....") - {key : (jid, account, nick_name, full_completion_name}''' - c1 = time.clock() + {key : (jid, account, nick_name, full_completion_name} + ''' liststore = gtkgui_helpers.get_completion_liststore(self.jid_entry) # Add all jids in logs.db: