From 9ec8d28b02e44dc1f24e357b349c6fbae9c660fd Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 24 Jul 2009 14:14:58 +0200 Subject: [PATCH] [sulfur.views] remove Python debugger call --- sulfur/src/sulfur/views.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/sulfur/src/sulfur/views.py b/sulfur/src/sulfur/views.py index 6e29b78b3..4222c1717 100644 --- a/sulfur/src/sulfur/views.py +++ b/sulfur/src/sulfur/views.py @@ -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: