From a994ac68c50c064f108b4fc32da8493864df5d1c Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 8 Jul 2013 15:46:01 +0200 Subject: [PATCH] remove debug print --- src/disco.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/disco.py b/src/disco.py index 4552b2786..7bc207dea 100644 --- a/src/disco.py +++ b/src/disco.py @@ -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()