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: