Browse Source

Removed long debug

master
Julio Biason 15 years ago
parent
commit
0e0102d947
  1. 1
      mitterlib/ui/ui_pygtk.py

1
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:

Loading…
Cancel
Save