From 0e0102d947d606e6f67aa290255764f24ce8b0a6 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Sat, 2 Jan 2010 09:46:40 -0200 Subject: [PATCH] Removed long debug --- mitterlib/ui/ui_pygtk.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mitterlib/ui/ui_pygtk.py b/mitterlib/ui/ui_pygtk.py index 8e4c119..2e2bc81 100644 --- a/mitterlib/ui/ui_pygtk.py +++ b/mitterlib/ui/ui_pygtk.py @@ -729,7 +729,6 @@ class Interface(object): def _fill_store(self, store, data): """Using the results from the request, fill a gtk.Store.""" for message in data: - _log.debug('Data: %s', str(message)) message.read = False pic = message.avatar if not pic in self._avatars: