remove debug print

This commit is contained in:
Yann Leboulanger 2013-07-08 15:46:01 +02:00
parent adb1039993
commit d6d76eb6eb
1 changed files with 0 additions and 1 deletions

View File

@ -1118,7 +1118,6 @@ _('This service does not contain any items to browse.'))
if self._find_item(jid_, node_):
continue
self._total_items += 1
print 'adding item #', self._total_items
self._add_item(jid_, node_, node, item, force)
if (self._total_items % 10) == 0:
self.window.services_treeview.thaw_child_notify()