[sulfur.views] remove Python debugger call

This commit is contained in:
Fabio Erculiani
2009-07-24 14:14:58 +02:00
parent 766d56061e
commit 9ec8d28b02
-3
View File
@@ -1067,9 +1067,6 @@ class EntropyPackageView:
def _get_pkgset_data(self, items, add = True, remove_action = False):
print "_get_pkgset_data", repr(items), items
import pdb; pdb.set_trace()
pkgsets = set()
realpkgs = set()
if remove_action: