remove debug print

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

View File

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