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_):
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()