From 880ec1d21474c8a1a096df4260d4e53d81004b67 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@cd1c1023-2f26-0410-ae45-c471fc1f0318> Date: Thu, 14 Feb 2008 13:23:57 +0000 Subject: [PATCH] updated TODO and removed debugging output git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1210 cd1c1023-2f26-0410-ae45-c471fc1f0318 --- TODO | 3 ++- libraries/entropy.py | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index b85492941..e26ded645 100644 --- a/TODO +++ b/TODO @@ -17,8 +17,9 @@ TODO list: - add masking interface (*) - add branch switching menu (for upgrades) (*) - wrap root password request (*) + - handle queue errors (*) - Popularity feature - - handle queue errors + Project Status: - reagent: complete. diff --git a/libraries/entropy.py b/libraries/entropy.py index 731a8fd3c..8ab94761d 100644 --- a/libraries/entropy.py +++ b/libraries/entropy.py @@ -699,7 +699,6 @@ class EquoInterface(TextInterface): hash(tuple(etpRepositories.keys())) + \ m_hash + r_hash + s_hash ) - print c_hash cached = self.dumpTools.loadobj(etpCache['atomMatch']+c_hash) if cached != None: return cached