From ba8151a3651e3f4854b3dbffbdb3b93ffac25fd5 Mon Sep 17 00:00:00 2001 From: lxnay Date: Tue, 22 Apr 2008 13:50:45 +0000 Subject: [PATCH] remove debugging output git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1833 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- libraries/entropy.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/entropy.py b/libraries/entropy.py index af0d2c6ca..1aece9a06 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -10004,7 +10004,6 @@ class PortageInterface: f.close() continue installedAtoms.add((os.path.join(os.path.basename(current_dirpath),mypv),counter)) - print installedAtoms return installedAtoms def refill_counter(self, dbdir = None):